We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc8260 commit cc37c0aCopy full SHA for cc37c0a
1 file changed
src/data_profiling/model/spark/__init__.py
@@ -22,7 +22,7 @@
22
23
# Load modules dynamically
24
for module_name in SPARK_MODULES:
25
- module = importlib.import_module(f".model.spark.{module_name}")
+ module = importlib.import_module(f"data_profiling.model.spark.{module_name}")
26
globals().update(
27
{
28
name: getattr(module, name)
0 commit comments