We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--start_datetime is a required argument.
--start_datetime
Running this
~/.venvs/tap-bigquery/bin/tap-bigquery \ -c ~/singer.io/tap_bq_systemchecker/tap_config.json \ --catalog ~/singer.io/tap_bq_systemchecker/catalog.json \ | ~/.venvs/pipelinewise-target-snowflake/bin/target-snowflake \ -c ~/singer.io/pipelinewise_target_snowflake/systemchecker_config.json \ >> ~/singer.io/tap_bq_systemchecker/state.json
returns this
(tap-bigquery) ubuntu@ip-172-23-84-190:~$ ./scripts/systemchecker_bq.sh CRITICAL start_datetime not specified
It should be an optional argument.
The text was updated successfully, but these errors were encountered:
Oops, this is a bug I introduced 8 day ago. Let me work on this.
Sorry, something went wrong.
I just realized that the example I pasted in didn't correctly include the --state argument. It also did not work with a state argument provided.
--state
~/.venvs/tap-bigquery/bin/tap-bigquery \ -c ~/singer.io/tap_bq_systemchecker/tap_config.json \ --catalog ~/singer.io/tap_bq_systemchecker/catalog.json \ --state ~/singer.io/tap_bq_systemchecker/state.json \ | ~/.venvs/pipelinewise-target-snowflake/bin/target-snowflake \ -c ~/singer.io/pipelinewise_target_snowflake/systemchecker_config.json \ >> ~/singer.io/tap_bq_systemchecker/state.json
daigotanaka
No branches or pull requests
--start_datetime
is a required argument.Running this
returns this
It should be an optional argument.
The text was updated successfully, but these errors were encountered: