Chris Cardillo

Results 5 comments of Chris Cardillo

For context, this was a conscious decision. The thinking here was primarily around dynamic dependencies, where - for example - a SQL query is parsed for table names (which are...

@JohnCalhoun - any interest in pairing and PR'ing into the provider?

@bishopofbathandwells thanks for sharing. I've got the following tasks: `task_a` ```yaml operator: airflow.operators.bash.BashOperator bash_command: date ``` `my_group/task_b` ```yaml operator: airflow.operators.bash.BashOperator bash_command: date dependencies: - task_a ``` Where `task_b.yml` lives inside...

@bishopofbathandwells - I am going to close this issue for now because of inactivity. I apologize for not answering initially, as my notifications for this repository were not active. You...

Thanks, @shearerp! Happy to hear you are enjoying the package. `dbcooper` is designed to be a package to create packages, so the intent is that you would create a package...