Question: Can you add argument in job task definit...
# troubleshooting
s
Question: Can you add argument in job task definitions? Ex:
Copy code
- name: testing_tmp
  tasks:
  - dbt-bigquery:run --select my_model
t
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