blackhawk28 opened a new issue #15352: URL: https://github.com/apache/superset/issues/15352
I have a 2 catalogs in my Athena and i can join tables from different catalog in my Athena UI like `select a.column1,b.column1 from catalog1.database1.table1 a join catalog2.database2.table2 b on a.column2=b.column2` Now i have added my Athena as a new source database on Superset but there only one catalog tables are visible although I have 2 catalogs on my Athena, so just because we can select one database at a time on superset and cannot perform any query like `select a.column1,b.column1 from database1.schema1.table1 a join database2.schema2.table2 b on a.column2=b.column2` on superset as we're doing on Athena UI so is there any way to get both catalogs of Athena to get onboarded on Superset in a single database? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
