-
Notifications
You must be signed in to change notification settings - Fork 6.6k
add airflow 1 samples to legacy samples #5896
New issue
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
Conversation
Here is the summary of changes. You are about to add 34 region tags.
This comment is generated by snippet-bot.
|
b613274
to
8e9bf33
Compare
These are moving files previously authored not in 2021 to another directory. Does the copyright year need to be updated? @GoogleCloudPlatform/python-samples-owners |
@leahecole unless they're brand new files that need to be stamped, the years should never change on existing license headers. |
They are not! They just moved. I know it looks like their brand new, but they're actually old and are being put into their new home. |
If that's the case it'll be fine to leave them as-is :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The license date checker is wrong in this case, and should be overridden.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
As part of the migration from Airflow 1 to Airflow 2, the TWs for Composer, atorin@ and salnikov@, have requested that we make the corresponding Airflow 1 samples available until Airflow is officially EOL in Composer.
This PR moves the Airflow 1 compatible samples from the
composer/workflows
directory and their tests/dependencies to their own folder so that when EOL comes, we can justrm -r
the whole directory 😄in order to properly show things in docs though, I had to add a bunch of new region tags. Thanks to snippet bot for helping me make those region tags show up in the docs! ❤️ 🤖 ❤️
Accompanying CL - 376277715
Checklist
nox -s py-3.6
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)