redshift_plugin icon indicating copy to clipboard operation
redshift_plugin copied to clipboard

Unable to use the plugin

Open swapniel99 opened this issue 6 years ago • 1 comments

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?

swapniel99 avatar Mar 28 '19 10:03 swapniel99

try from plugins.redshift_plugin.operators.s3_to_redshift_operator import S3ToRedshiftOperator

edbizarro avatar Mar 31 '19 22:03 edbizarro