-
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
QuboleHook unable to build command with list tags #9347
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
@chattarajoy @anmol-dhingra @randuhmm Can you take a look at this ticket? Would you like to help solve it? |
@chattarajoy Awesome! This is one more topic. We are trying to improve our documentation, and I see a guides that explains how to use these operators is missing. Here are guides for other operators: https://airflow.readthedocs.io/en/latest/howto/operator/index.html |
This provider also has poor typing coverage. |
sure @mik-laj, created issues for both the points mentioned will look into it. Could you pls change the assignee for the to me? |
@chattarajoy I assigned you to these tickets. |
Apache Airflow version: 1.10.10
Kubernetes version (if you are using kubernetes) (use
kubectl version
):Environment:
uname -a
): Linux int-vidio-stats-airflow-bionic 5.0.0-1034-gcp Removing explicit relationship between Connection and Chart models #35-Ubuntu SMP Tue Mar 17 03:56:45 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxWhat happened:
Recently, we upgraded airflow version from v1.10.5 to v1.10.10 due to airflow instance that upgraded to ubuntu bionic. Existing dag configuration having tags as list causes an issue at some jobs that use Qubole.
Error log:
What you expected to happen:
the tags should be included as a comma separated arguments to the build command.
How to reproduce it:
using sample dag having list tags
and do an airflow run.
The text was updated successfully, but these errors were encountered: