Join Slack
Powered by
Question: Can you add argument in job task definit...
# troubleshooting
s
Stéphane Burwash
09/01/2022, 6:30 PM
Question: Can you add argument in job task definitions? Ex:
Copy code
- name: testing_tmp tasks: - dbt-bigquery:run --select my_model
t
taylor
09/01/2022, 9:06 PM
you cannot as it’s going to be passed to
meltano run
and run doesn’t accept --select
https://docs.meltano.com/reference/command-line-interface#tasks
Open in Slack
Previous
Next