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
Copy file name to clipboardExpand all lines: fastapi/.env.example
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ LAKEBASE_CATALOG_NAME=<LAKEBASE_CATALOG_NAME> # Name of the Lakebase catalog
5
5
SYNCHED_TABLE_STORAGE_CATALOG=<SYNCED_TABLE_CATALOG># Catalog where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
6
6
SYNCHED_TABLE_STORAGE_SCHEMA=<SYNCED_TABLE_SCHEMA># Schema where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
-`DATABRICKS_DATABASE_INSTANCE` - The name of the Databricks database instance
72
-
-`DATABRICKS_DATABASE_NAME` - The Lakebase PostgreSQL database name
105
+
-`LAKEBASE_INSTANCE_NAME` - The name of an existing Databricks database instance or the name of a new instance
106
+
-`LAKEBASE_DATABASE_NAME` - The Lakebase PostgreSQL database name
107
+
-`LAKEBASE_CATALOG_NAME` - The name of the Lakebase catalog
108
+
-`SYNCHED_TABLE_STORAGE_CATALOG` - Catalog where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
109
+
-`SYNCHED_TABLE_STORAGE_SCHEMA` - Schema where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
73
110
-`DATABRICKS_DATABASE_PORT` - (Optional) Database port (default: 5432)
0 commit comments