Hi all! Just trying to confirm that running a pipe...
# troubleshooting
t
Hi all! Just trying to confirm that running a pipeline with
--full-refresh
option is only supported from cli, correct? I tried to add a job with
--full-refresh
like
Copy code
meltano job add postgres-gbq-full-refresh --tasks "tap-postgres target-bigquery --full-refresh"
and getting the error
Job 'postgres-gbq-full-refresh' has invalid tasks
. The reason I tried this approach is to have a way of running a job with full-refresh option from airflow
a
As of now, yes, that option is only supported in the CLI. We always imagined that the job definition would become more robust/expressive over time though. If you want to submit a feature request, that would be much appreciated.