Getting Started With Sentinel Datalake Jupyter Notebook Throwing "Database Name System tables doesnt exist." Error
@ashwin-patil ci sta già lavorando.
Dal 21/11/2025.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
Hi team,
when running the second to last cell in the Jupyter Notebook 01_GettingStartedwithSentineldatalake.ipynb, an error regarding the "System Tables" value is returned.
data_provider.save_as_table(
df_recent_raw,
output_data_lake_table,
"System tables", # System tables refers to writing to data lake tier table.
write_options
)
print(f"✅ Wrote test data into {output_data_lake_table}")
except Exception as save_err:
print(f"❌ Failed writing data into {output_data_lake_table}: {save_err}")
Error output:
{"level": "ERROR", "run_id": "446edae9-6d04-49c2-b7e5-7168dffbfb29", "message": "Database Name System tables doesnt exist."} ❌ Failed writing data into Test_output_table_SPRK: Database Name System tables doesnt exist.
Steps to reproduce: Run the above cell in order after executing the previous cells in the notebook.
- Lingua principale
- Jupyter Notebook
- Stelle
- 4
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.