Replies: 4 comments 1 reply
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
I think this is more of a question, than Airlfow issue. And you might want to get more help with your problem if you provide more details - log files, more details on what DAG you have etc. As much information you can get - this might allow someone to help you with your problem. Remember that this is not a helpdesk. People here are helping others with their problem in their free time (this is an open-source project run by volunteers) and the more information you provide, the higher chance is someone will be able to help you. |
Beta Was this translation helpful? Give feedback.
-
converted to discussion/ |
Beta Was this translation helpful? Give feedback.
-
@potiuk I do believe this to be an issue with a package that is maintained by the airflow team If i try to dig to the actual API call itself i only see the URL and the payload not any headers been set (see screenshot) and without it every call will fail. Not really sure why this is not an issue when it is clearly not working |
Beta Was this translation helpful? Give feedback.
-
Apache Airflow Provider(s)
airbyte
Versions of Apache Airflow Providers
apache-airflow-providers-airbyte | 5.0.0
Apache Airflow version
2.10.4
Operating System
MacOS (local deployment via docker)
Deployment
Docker-Compose
Deployment details
No response
What happened
When making a sync call using the AirbyteTriggerSyncOperator. I am receiving a 401 error but manual API calls work (to token URL)
During my manual testing i found without the content type header = application/json i would get a 401.
Is the call made in this provider done without this header as it will not work otherwise?
What you think should happen instead
Should get a successful status code back
How to reproduce
try to make a call to airbyte to trigger sync using the Aitbyte connection type with client id and secret
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions