This message was deleted.
# help
s
This message was deleted.
f
You can create a new data source via duckdb:
Copy code
data = DuckDBClient.of({
  tableName1: dataSource1,
  tableName2: dataSource2,
})
and then set it as source in an SQL cell.
🌟 1
🙏 1
🚀 1
d
Thanks @Fabian Iwand, I never would have thought of that.