bhirsz commented on PR #23141: URL: https://github.com/apache/airflow/pull/23141#issuecomment-1165256372
So if I got it correctly the hook delete_table accepts 4 types of parameters but we're trying to feed it only with ``Table.from_str()`` which is forcing us to use project_id in table_id. But since delete_table can accept table_id (with or without project_id - it will be resolved anyway) it's safe to pass table_id directly hence making it more flexible for the users. I think the change is OK. -- 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]
