Example-Airflow-DAGs icon indicating copy to clipboard operation
Example-Airflow-DAGs copied to clipboard

Issue with hubspot plugin reference.

Open kevinsanz93 opened this issue 6 years ago • 0 comments

https://github.com/airflow-plugins/Example-Airflow-DAGs/blob/3cf6b9bb59aa99dfadfef0391530b55a599bc55c/etl/hubspot_to_redshift.py#L71

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.

kevinsanz93 avatar Sep 28 '18 23:09 kevinsanz93