|
from HubspotPlugin.schemas import hubspot_schema |
Shouldn't this be importing from hubspot_plugin, given the name given to the hubspot plug in here (https://github.com/airflow-plugins/hubspot_plugin/blob/7b6e23a0493ac9c32fbd8c3265ea895a12c07ec5/__init__.py#L7)
Can't seem to get this dag to be recognized in airflow, I get no errors upon running the .py file, but it doesn't get listed in the dag list.
Example-Airflow-DAGs/etl/hubspot_to_redshift.py
Line 71 in 3cf6b9b
Shouldn't this be importing from hubspot_plugin, given the name given to the hubspot plug in here (https://github.com/airflow-plugins/hubspot_plugin/blob/7b6e23a0493ac9c32fbd8c3265ea895a12c07ec5/__init__.py#L7)
Can't seem to get this dag to be recognized in airflow, I get no errors upon running the .py file, but it doesn't get listed in the dag list.