foldedverse commented on issue #31986:
URL: https://github.com/apache/airflow/issues/31986#issuecomment-1595877108

   I am pretty sure if I pass the project to the TabularDataset and change the 
code from 
   
   ```
   TabularDataset(dataset_name=self.dataset_id)
   ```
   to 
   ```
   TabularDataset(
          dataset_name=self.dataset_id,
          project_id=self.project_id
   )
   ```
   it would take up the project id but i still feel how can i pass the 
credentials / gcp_connections object ? If I have that info I can create a PR 
for the same


-- 
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]

Reply via email to