Kamran-imaz opened a new pull request, #59866: URL: https://github.com/apache/airflow/pull/59866
**Description:** Replaced self.log.warning with warnings.warn using AirflowDeprecationWarning for the deprecated project_id parameter. Updated the log/info message: Ignoring deprecated 'project_id' parameter because 'table_project_id' is provided. Verified that all relevant unit tests for BigQueryGetDataOperator pass. **Impact:** Provides clear deprecation warnings for users following the new table_project_id parameter. Maintains backward compatibility while encouraging migration to the updated parameter. **Testing:** Ran pytest for BigQueryGetDataOperator tests. All synchronous tests passed; async tests skipped (fixture not available locally). -- 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]
