-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for Airflow 2.9.x #87
base: main
Are you sure you want to change the base?
Conversation
if isinstance(self.table_name, str): | ||
self.table_name = [self.table_name] * len(self.resource) |
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.
@jayckaiser I don't think I added this code - was it removed from main recently?
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.
@johncmerfeld It appears that I did remove this from main in the latest commit.
We need to make sure that nothing else has changed between when this was branched and current main.
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.
I left a comment about a piece of code that snuck back into the codebase in the S3ToSnowflakeOperator. I think this is the only straggler, but keep an eye out for others.
…_airflow into feature/airflow-2.9
@jayckaiser we should be good now. I'm certain all the remaining diffs are what Sam and I added |
Testing