You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQLCatalog mapping stores available SQL tables indexed by name. It is used for resolving query nodes From(name::Symbol).
We should extend SQLCatalog to allow entries that are arbitrary FunSQL queries. Such entries can be interpreted as CTEs. This will be useful, in particular, for composable ETL pipelines.
The text was updated successfully, but these errors were encountered:
The
SQLCatalog
mapping stores available SQL tables indexed by name. It is used for resolving query nodesFrom(name::Symbol)
.We should extend
SQLCatalog
to allow entries that are arbitrary FunSQL queries. Such entries can be interpreted as CTEs. This will be useful, in particular, for composable ETL pipelines.The text was updated successfully, but these errors were encountered: