Airbyte Operator for Airflow Error: MissingSchema

Summary

The user is encountering a ‘MissingSchema’ error when running a DAG with the Airbyte operator for Airflow. The error suggests that there is an issue with the URL format, specifically the missing scheme (http/https).


Question

When using the airbyte operator for airflow, when I run the DAG I get the following error:

requests.exceptions.MissingSchema: Invalid URL ‘localhost/jobs’: No scheme supplied. Perhaps you meant https://localhost/jobs?
During handling of the above exception, another exception occurred:



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte-operator", "airflow", "missing-schema", "url-error"]