We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The bash import no longer works on Composer 2.
python-docs-samples/composer/workflows/trigger_response_dag.py
Line 21 in ec8c323
The import should be: from airflow.operators.bash import BashOperator
from airflow.operators.bash import BashOperator
The text was updated successfully, but these errors were encountered:
Outdated bash operator import on Composer 2 Docs GoogleCloudPlatform#…
cae63bc
…11433
Merge pull request GoogleCloudPlatform#3 from magar51/import_update
ef085bb
Outdated bash operator import on Composer 2 Docs GoogleCloudPlatform#11433
Update grouping.py
1a2a783
Outdated bash operator import on Composer 2 Docs #11433 (#11440)
768f82b
* Update samples for google-cloud-speech to improve usability * Update transcribe_streaming_v2.py * Handling Issue #11248 Update samples for google-cloud-speech to improve usability * There are typos in a comment and a log message #11294 * Outdated bash operator import on Composer 2 Docs #11433 * Update grouping.py * Update grouping.py Outdated bash operator import on Composer 2 Docs #11433 * Update grouping.py * Update example_dag.py * Apply suggestions from code review reverting Airflow 1 changes where relevant * Apply suggestions from code review Removing changes made in #11332 * Apply suggestions from code review revert speech code changes * Update speech/snippets/transcribe_streaming_v2.py * Update speech/snippets/transcribe_streaming_v2.py --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
kweinmeister
Successfully merging a pull request may close this issue.
The bash import no longer works on Composer 2.
python-docs-samples/composer/workflows/trigger_response_dag.py
Line 21 in ec8c323
The import should be:
from airflow.operators.bash import BashOperator
The text was updated successfully, but these errors were encountered: