castor-extractor 0.5.1__py3-none-any.whl → 0.5.2__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.

Potentially problematic release.


This version of castor-extractor might be problematic. Click here for more details.

CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.2 - 2023-07-12
4
+ * Fix Metabase DbClient url
5
+
3
6
  ## 0.5.1 - 2023-07-03
4
7
  * Add support for Looker's `ContentViews`
5
8
 
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
17
17
 
18
18
  CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
19
19
 
20
- PG_URL = "postgresql://{username}:{password}@{host}:{port}/{database}"
20
+ PG_URL = "postgresql://{user}:{password}@{host}:{port}/{database}"
21
21
  SQL_FILE_PATH = "queries/{name}.sql"
22
22
 
23
23
  ENCRYPTION_SECRET_KEY = "CASTOR_METABASE_ENCRYPTION_SECRET_KEY"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: castor-extractor
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Extract your metadata assets.
5
5
  Home-page: https://www.castordoc.com/
6
6
  License: EULA
@@ -1,4 +1,4 @@
1
- CHANGELOG.md,sha256=RczTwwnIsj_kAE1-PW0xgj_wHVPI1wEsDEylGs5cB2o,5305
1
+ CHANGELOG.md,sha256=ud3JHRlNCrRF1T77IUh5tSEI1ezW8RqcWzYWAngh1m4,5356
2
2
  LICENCE,sha256=sL-IGa4hweyya1HgzMskrRdybbIa2cktzxb5qmUgDg8,8254
3
3
  README.md,sha256=EL6JpZxvaQFOYv5WFuSjZvSk9Hcpsf7alMlUC5IPFjA,3423
4
4
  castor_extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -96,7 +96,7 @@ castor_extractor/visualization/metabase/client/api/__init__.py,sha256=bWs7daLw2N
96
96
  castor_extractor/visualization/metabase/client/api/client.py,sha256=n4jV7jjLY4meM2sKsqtHXbw76sNlbeUKd1mbLU_GbeY,5609
97
97
  castor_extractor/visualization/metabase/client/api/credentials.py,sha256=HsyJ3X_N-smw_6cwQdi9pQ2Pl3KWoBqZL_Xg8dy7hGo,1334
98
98
  castor_extractor/visualization/metabase/client/db/__init__.py,sha256=xmqEI59hvioLxE8LXcH4_njCrBy8_3QjIrZNb6bW6Rs,29
99
- castor_extractor/visualization/metabase/client/db/client.py,sha256=h8s4mYoN_wsPR7kA7SZBT-f5b_RgJcoJWy1lA-_VM0g,4095
99
+ castor_extractor/visualization/metabase/client/db/client.py,sha256=yXjHVeuh-GRFA3rUHMVtOHFhcxxnp_0TDpBpI8UISLA,4091
100
100
  castor_extractor/visualization/metabase/client/db/credentials.py,sha256=xWTQ6xDBJak7YS13B5kmh26L36VY0XYpCX_DbEAB4QM,1863
101
101
  castor_extractor/visualization/metabase/client/db/queries/.sqlfluff,sha256=sOQQOpAa9QMj9cBlulfmt-DZ_kQzMpzSAEnh10QGSB0,76
102
102
  castor_extractor/visualization/metabase/client/db/queries/base_url.sql,sha256=p2EL9kdt-hw_yh3aeCE91AXEB4RrYAbG2QrBBNqQjDE,79
@@ -273,7 +273,7 @@ castor_extractor/warehouse/synapse/queries/schema.sql,sha256=aX9xNrBD_ydwl-znGSF
273
273
  castor_extractor/warehouse/synapse/queries/table.sql,sha256=mCE8bR1Vb7j7SwZW2gafcXidQ2fo1HwxcybA8wP2Kfs,1049
274
274
  castor_extractor/warehouse/synapse/queries/user.sql,sha256=sTb_SS7Zj3AXW1SggKPLNMCd0qoTpL7XI_BJRMaEpBg,67
275
275
  castor_extractor/warehouse/synapse/queries/view_ddl.sql,sha256=3EVbp5_yTgdByHFIPLHmnoOnqqLE77SrjAwFDvu4e54,249
276
- castor_extractor-0.5.1.dist-info/METADATA,sha256=fJvkC1U60Vg7iGQgS-ix-2Fb3j0o2oxSEoU3ab2QtcM,6308
277
- castor_extractor-0.5.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
278
- castor_extractor-0.5.1.dist-info/entry_points.txt,sha256=q_a-iEB9OZF05IUsF43OTLYvgEbHFGp52u9lWtWf9rU,981
279
- castor_extractor-0.5.1.dist-info/RECORD,,
276
+ castor_extractor-0.5.2.dist-info/METADATA,sha256=WOnF0a8bvVOGTD1yRdLEHhMr2aZV1QZFbMCSRLrG6VU,6308
277
+ castor_extractor-0.5.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
278
+ castor_extractor-0.5.2.dist-info/entry_points.txt,sha256=q_a-iEB9OZF05IUsF43OTLYvgEbHFGp52u9lWtWf9rU,981
279
+ castor_extractor-0.5.2.dist-info/RECORD,,