-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
gcs_to_bigquery using deprecated methods #10288
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Thanks for the issue @chenmic ! I think same goes for other BQ transfer operators as they were not refactored to use new methods. |
Is this one anything of a priority? |
This is a P4 level ticket. However, it is worth fixing this problem.
|
@mik-laj - I'm happy to take it as a P4. Plenty else to work on, but I can grab it when time allows. |
@coopergillan I assigned you to this ticket. |
My team is also seeing the deprecation warning for decorator in
|
@aprettyloner are you willing to submit a PR to fix it? |
Absolutely. Pretty tied in up migrating our DAGs from 1.10 to 2.1 (plus training new hires) but I am happy to open this once things settle down. I'll check on this issue status to ensure not duplicating work when the time comes. Thanks @eladkal |
@aprettyloner ping :) |
Hi all. @chenmic @aprettyloner |
Hello,
I'm running Airflow 1.10.10 and using the
GCSToBigQueryOperator
fromairflow.providers.google.cloud.transfers.gcs_to_bigquery
in order to load data from google cloud storage into a big query table.Although everything is working as expected, I keep seeing (a lot of) deprecation warnings in my logs:
Although everything is working well, I'm afraid that in the future those warnings will indeed cause problems.
Please update the code and find a way to use the suggested methods instead of the deprecated ones.
If any more information is needed from me regarding the warnings or my system I will be happy to add it.
Thank you!
The text was updated successfully, but these errors were encountered: