cetingokhan commented on code in PR #57610: URL: https://github.com/apache/airflow/pull/57610#discussion_r2753821149
########## providers/informatica/src/airflow/providers/informatica/operators/empty.py: ########## Review Comment: I introduced this specific operator to provide better semantic isolation for data lineage, acting as a dedicated anchor for inlets and outlets. My goal was to separate these synchronization points from generic tasks, especially with future plans to integrate sqlParse for automatic lineage extraction from SQL. However, if this approach is considered overkill for the current scope of the provider, I am happy to revert to the standard EmptyOperator to keep the implementation simpler. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
