79503784

Date: 2025-03-12 13:47:02
Score: 1
Natty:
Report link

As mentioned by @Gord Thompson in comment, the above error will be solved by the below code.

sample_table = Table( 
      'file_downloads', 
       meta_data, 
       schema=f"{schema}.{dataset}", 
       autoload_with=engine 
)

Posting the answer as community wiki for the benefit of the community that might encounter this use case in the future.

Feel free to edit this answer for additional information.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Gord
  • Low reputation (0.5):
Posted by: PUTHINEEDI RAMOJI RAO