poweretl-databricks 0.0.1a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -0,0 +1,12 @@
1
+
2
+
3
+
4
+ class DatabricksMetaProvider:
5
+
6
+ def __init__(self):
7
+ pass
8
+
9
+ def refresh_meta_model():
10
+ """Checks the version of meta model and updates it if required
11
+ """
12
+ pass
@@ -0,0 +1 @@
1
+ from .DatabricksMetaProvider import *
File without changes
File without changes
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: poweretl-databricks
3
+ Version: 0.0.1a1
4
+ Summary:
5
+ Author: Your Name
6
+ Author-email: you@example.com
7
+ Requires-Python: >=3.13
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.13
10
+ Classifier: Programming Language :: Python :: 3.14
11
+ Requires-Dist: poweretl-common
12
+ Description-Content-Type: text/markdown
13
+
14
+
@@ -0,0 +1,8 @@
1
+ poweretl/databricks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ poweretl/databricks/model/DatabricksMetaProvider.py,sha256=TiZxHzfvzsheYXEiICmV4CPdnVET-tnA7mDkwF07WNU,197
3
+ poweretl/databricks/model/__init__.py,sha256=VGqJlkrOzbDxn2ikrmGe0NIsfVts4B87ourYmS5A4rI,37
4
+ poweretl/databricks/model/sql/01.meta_model.sql,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ poweretl/databricks/model/sql/02.init_data.sql,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ poweretl_databricks-0.0.1a1.dist-info/METADATA,sha256=eiBkKnqxVr4Lv9PvGRck3gk04lWtcVb5vy9GLMBaCXQ,370
7
+ poweretl_databricks-0.0.1a1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
8
+ poweretl_databricks-0.0.1a1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.2.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any