jkbngl commented on pull request #9295:
URL: https://github.com/apache/airflow/pull/9295#issuecomment-653231283


   Hi @ephraimbuddy would you mind helping me with the naming convention of the 
operators? I got an error for my operator to not match: .*Operator$ so I 
renamed it to MsSqlToOracleOperator, now I get an error for matching 
.*To[A-Z0-9].*Operator$, the issue is the "**To**" from my understanding... 
   What would be the correct name for my operator? I also checked other 
operators and they also match .*To[A-Z0-9].*Operator$, like e.g.:
   - FileToWasbOperator
   - OracleToAzureDataLakeTransferOperator
   - OracleToOracleTransferOperator
   - ....
   
   Maybe it would be correct to move it in a transfer folder instead of in the 
operator folder, but this is also not the case for all other transfer 
operators? Your help would be appreciated! Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to