Forum Discussion

plott722's avatar
plott722
New Member
1 year ago
Solved

Missing Warehouse table...

I have the notebook below that runs without error.  However, when I go back to my warehouse (Logistics_Warehouse), I don't see the table.  Any thoughts?  Also, can you recommend a good resource for r...
  • v-kpoloju-msft's avatar
    1 year ago

    Hi plott722,

     

    Thank you for reaching out to the Microsoft Fabric Community Forum.

     

    We sincerely apologize for the inconvenience. After reviewing the issue of missing warehouse table, here are some steps that might help resolve the issue:

     

    • Please verity that the spark session is correctly configured to connect to the data warehouse. Ensure that all necessary configurations for the connection are set.

    • Confirm that the connection details e.g., server name, database name, authentication details for the data warehouse are accurately specified. Check for any connectivity issues between Spark and the data warehouse.

    • Verify that the table name Logistics_Warehouse.dbo.HAN_StockSnapshot is correct and that the schema dbo exists in the data warehouse. Ensure there are no typos or incorrect schema references.

    • Ensure that the write format tsql is supported and correctly specified. If tsql is not valid, consider using a different format such as jdbc for writing to the data warehouse. Confirm that the user account used by spark has write permissions to create or overwrite tables in the specified schema of the data warehouse.

    • Check the execution logs of the notebook for any errors or exceptions, specifically those related to writing to the data warehouse.

    • Test with a simple query and write operation to verify that writing to the data warehouse works as expected. For instance, try writing a small Data frame with sample data to a test table in the data warehouse.

    Also, please go through the below following links for better understanding:

    Dataflow Gen2 data destinations and managed settings - Microsoft Fabric | Microsoft Learn

    Tables in data warehousing - Microsoft Fabric | Microsoft Learn

     

    Also, please go through the below following solved solution for reference:

    Solved: Missing Tables in Data Warehouse - Microsoft Fabric Community

     

    If this post helps, please give us Kudos and consider accepting it as a solution to help other members find it more quickly.

     

    Thank you.