-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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 Tableau provider separate from Salesforce Provider #14030
Conversation
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
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.
NICE! I will include that in the new wave of providers.! (if we make it green today that is :) )
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
Thanks @potiuk, I added one more commit for tableau provider tests and logo. Can you please help me in testing the backward compatibility of the code? |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
5937d57
to
decd1b3
Compare
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
Can you rebase it on latest Master please, for some reason, tests were skipped |
@kaxil will do! |
0b4c380
to
881b9bc
Compare
The Workflow run is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason. |
@kaxil , I rebased & pushed. The tests were cancelled due to Image build failure, can you please guide me a bit to achieve a green build. How do I avoid tests being skipped/cancelled? |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
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.
Nice!
Can you plese rebase @jyotidhiman0610 -> we had some pylint problems, but they were since solved and if you rebase to latest master, they should be solved. |
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
Tableau was split from Salesforce provider a year+ ago in apache#14030 We kept Tableau in Salesforce to preserve backward compatibility, it's time to remove the deprecated dependency.
* Remove Tableau from Salesforce provider Tableau was split from Salesforce provider a year+ ago in #14030 We kept Tableau in Salesforce to preserve backward compatibility, it's time to remove the deprecated dependency.
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
* Remove Tableau from Salesforce provider Tableau was split from Salesforce provider a year+ ago in apache/airflow#14030 We kept Tableau in Salesforce to preserve backward compatibility, it's time to remove the deprecated dependency. GitOrigin-RevId: 9c995523f28150de3153d7cb16d605a43dbed09d
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
* Remove Tableau from Salesforce provider Tableau was split from Salesforce provider a year+ ago in apache/airflow#14030 We kept Tableau in Salesforce to preserve backward compatibility, it's time to remove the deprecated dependency. GitOrigin-RevId: 9c995523f28150de3153d7cb16d605a43dbed09d
apache/airflow#14030 caused this issue GitOrigin-RevId: 4455f14732c207ec213703b8b8c68efeb8b6aebe
* Remove Tableau from Salesforce provider Tableau was split from Salesforce provider a year+ ago in apache/airflow#14030 We kept Tableau in Salesforce to preserve backward compatibility, it's time to remove the deprecated dependency. GitOrigin-RevId: 9c995523f28150de3153d7cb16d605a43dbed09d
Closes #13614