From b152d5752afe132daf08b73c1ca20566fc72d15c Mon Sep 17 00:00:00 2001 From: mercuryswitch <47848559+mercuryswitch@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:17:05 +1000 Subject: [PATCH] Update createLakehouseWithData.py removed duplicated call of import sempy.fabric :) --- createLakehouseWithData.py | 1 - 1 file changed, 1 deletion(-) diff --git a/createLakehouseWithData.py b/createLakehouseWithData.py index 3ec4de3..56acf46 100644 --- a/createLakehouseWithData.py +++ b/createLakehouseWithData.py @@ -6,7 +6,6 @@ import pandas as pd from pyspark.sql.functions import col, last_day, dayofweek, year, month, date_format, rand, randn, expr import time -import sempy.fabric as fabric import sempy_labs as labs from sempy_labs import migration, directlake, admin from sempy_labs import lakehouse as lake