Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago

AutoML "Next" Option Disabled After Selecting "choose data"

 

Description:
When attempting to train a machine learning model using AutoML, the Next button remains disabled after selecting a Delta table as the "choose data".

Steps to Reproduce:

  1. Open AutoML and start a new training job.

  2. Choose OneLake as the choose data source.

  3. Select a Delta table.

  4. Wait for the preview to load.

  5. Observe that the Next button is disabled.

Expected Behavior:
After the Delta table preview loads, the Next button should be enabled so the user can proceed to the next configuration step.

Actual Behavior:
The Next button remains disabled, blocking further progress in setting up the AutoML experiment.

 

Impact:
This issue prevents users from proceeding with AutoML training when using Delta tables as the data source.

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable
    (df.write.format("delta").mode("overwrite").partitionBy("Purchase_Date").save(f"{gold}/stockout_features_daily"))
    
    spark.sql(f"CREATE TABLE IF NOT EXISTS gold_stockout_features_daily USING DELTA LOCATION '{gold}/stockout_features_daily'")

    v-saisrao-msftI tried using multiple Delta tables, but had no luck. I attached my code snippet for creating a Delta table, also the table does not appear in the Lakehouse Analytics endpoint. However, when I load the Delta table directly from a CSV, it works and also shows up in the Lakehouse Analytics endpoint.

      • v-saisrao-msft's avatar
        v-saisrao-msft
        Icon for Community Support rankCommunity Support

        Hi Anonymous,

        May I know if you have raised the support ticket, or if the issue has been resolved?

         

        Thank you.