https://delta.io logo
l

Lincoln Prendergast

01/21/2023, 12:42 AM
Hi Team, I was doing the example you have on youtube, about the Deltalake framework on AWS on glue notebook. because I need to make Merge Into with its framework when trying to create and see the table I see this error in the data catalog and notebook I don't know what is going on if I have to read another documentation o change the path or some setting. Code_error:
Copy code
read = spark.sql(f"SELECT * FROM {data_base}.{tbl_name}")
read.show()
________________________________________________________________________________________
AnalysisException: Table does not support reads: deltalake_db_test.product_cars_4
When I'll go to AWS DataCatalaog I see attach images: If could please help me, I'll be so appreciative, I have many days trying to find the solution Thanks have a nice day
2 Views