Unable to use the plugin
swapniel99 opened this issue · 1 comments
swapniel99 commented
Hi. I am fairly new to airflow. I have cloned the repository in plugins folder of airflow home.
How to I access the plugin?
I have tried importing the following ways:
from airflow.operators.S3ToRedshiftPlugin import S3ToRedshiftOperator
from airflow.operators import S3ToRedshiftOperator
Can you please help?
edbizarro commented
try from plugins.redshift_plugin.operators.s3_to_redshift_operator import S3ToRedshiftOperator