cancel
Showing results for 
Search instead for 
Did you mean: 
DE_K
New Contributor II
since ‎04-03-2024
‎04-05-2024

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Everyone,I am new to DLT and am trying to run below code to create table dynamically. But I get error "AttributeError: module 'dlt' has no attribute 'table'". code snippet:def generate_tables(model_name   try:    spark.sql("select * from dlt.{0}"...