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
Hi there, thanks for creating this product.
I'd like to re-use the same SQL command across different pipelines, providing a simple variable to change how it works. Take for example:
- step_type: extract-rds host_name: db database: mydb sql: | SELECT id, firstName, lastName FROM user u WHERE customer = '$CUSTOMER';
Is there a way for me to share this step across pipelines, and to provide $CUSTOMER?
$CUSTOMER
Thank you!
The text was updated successfully, but these errors were encountered:
We solved this in our ETL framework with Ruby. https://github.com/wunderlist/night-shift/
Sorry, something went wrong.
No branches or pull requests
Hi there, thanks for creating this product.
I'd like to re-use the same SQL command across different pipelines, providing a simple variable to change how it works. Take for example:
Is there a way for me to share this step across pipelines, and to provide
$CUSTOMER
?Thank you!
The text was updated successfully, but these errors were encountered: