sqlmesh 0.231.2.dev2__py3-none-any.whl → 0.231.2.dev4__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.
sqlmesh/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.231.2.dev2'
32
- __version_tuple__ = version_tuple = (0, 231, 2, 'dev2')
31
+ __version__ = version = '0.231.2.dev4'
32
+ __version_tuple__ = version_tuple = (0, 231, 2, 'dev4')
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlmesh
3
- Version: 0.231.2.dev2
3
+ Version: 0.231.2.dev4
4
4
  Summary: Next-generation data transformation framework
5
- Author-email: "TobikoData Inc." <engineering@tobikodata.com>
5
+ Author: SQLMesh Contributors
6
6
  License: Apache License
7
7
  Version 2.0, January 2004
8
8
  http://www.apache.org/licenses/
@@ -191,7 +191,7 @@ License: Apache License
191
191
  same "printed page" as the copyright notice for easier
192
192
  identification within third-party archives.
193
193
 
194
- Copyright 2024 Tobiko Data Inc.
194
+ Copyright Contributors to the SQLMesh project
195
195
 
196
196
  Licensed under the Apache License, Version 2.0 (the "License");
197
197
  you may not use this file except in compliance with the License.
@@ -207,8 +207,8 @@ License: Apache License
207
207
 
208
208
  Project-URL: Homepage, https://sqlmesh.com/
209
209
  Project-URL: Documentation, https://sqlmesh.readthedocs.io/en/stable/
210
- Project-URL: Repository, https://github.com/TobikoData/sqlmesh
211
- Project-URL: Issues, https://github.com/TobikoData/sqlmesh/issues
210
+ Project-URL: Repository, https://github.com/sqlmesh/sqlmesh
211
+ Project-URL: Issues, https://github.com/sqlmesh/sqlmesh/issues
212
212
  Classifier: Intended Audience :: Developers
213
213
  Classifier: Intended Audience :: Science/Research
214
214
  Classifier: License :: OSI Approved :: Apache Software License
@@ -356,6 +356,7 @@ Dynamic: license-file
356
356
  <p align="center">
357
357
  <img src="docs/readme/sqlmesh.png" alt="SQLMesh logo" width="50%" height="50%">
358
358
  </p>
359
+ <p align="center">SQLMesh is a project of the <a href="https://www.linuxfoundation.org/">Linux Foundation</a>.</p>
359
360
 
360
361
  SQLMesh is a next-generation data transformation framework designed to ship data quickly, efficiently, and without error. Data teams can run and deploy data transformations written in SQL or Python with visibility and control at any size.
361
362
 
@@ -367,7 +368,7 @@ It is more than just a [dbt alternative](https://tobikodata.com/reduce_costs_wit
367
368
 
368
369
  ## Core Features
369
370
 
370
- <img src="https://github.com/TobikoData/sqlmesh-public-assets/blob/main/vscode.gif?raw=true" alt="SQLMesh Plan Mode">
371
+ <img src="https://github.com/sqlmesh/sqlmesh-public-assets/blob/main/vscode.gif?raw=true" alt="SQLMesh Plan Mode">
371
372
 
372
373
  > Get instant SQL impact and context of your changes, both in the CLI and in the [SQLMesh VSCode Extension](https://sqlmesh.readthedocs.io/en/latest/guides/vscode/?h=vs+cod)
373
374
 
@@ -481,14 +482,14 @@ outputs:
481
482
  <details>
482
483
  <summary><b>Level Up Your SQL</b></summary>
483
484
  Write SQL in any dialect and SQLMesh will transpile it to your target SQL dialect on the fly before sending it to the warehouse.
484
- <img src="https://github.com/TobikoData/sqlmesh/blob/main/docs/readme/transpile_example.png?raw=true" alt="Transpile Example">
485
+ <img src="https://github.com/sqlmesh/sqlmesh/blob/main/docs/readme/transpile_example.png?raw=true" alt="Transpile Example">
485
486
  </details>
486
487
 
487
488
  * Debug transformation errors *before* you run them in your warehouse in [10+ different SQL dialects](https://sqlmesh.readthedocs.io/en/stable/integrations/overview/#execution-engines)
488
489
  * Definitions using [simply SQL](https://sqlmesh.readthedocs.io/en/stable/concepts/models/sql_models/#sql-based-definition) (no need for redundant and confusing `Jinja` + `YAML`)
489
490
  * See impact of changes before you run them in your warehouse with column-level lineage
490
491
 
491
- For more information, check out the [website](https://www.tobikodata.com/sqlmesh) and [documentation](https://sqlmesh.readthedocs.io/en/stable/).
492
+ For more information, check out the [documentation](https://sqlmesh.readthedocs.io/en/stable/).
492
493
 
493
494
  ## Getting Started
494
495
  Install SQLMesh through [pypi](https://pypi.org/project/sqlmesh/) by running:
@@ -529,16 +530,17 @@ Follow the [crash course](https://sqlmesh.readthedocs.io/en/stable/examples/sqlm
529
530
  Follow this [example](https://sqlmesh.readthedocs.io/en/stable/examples/incremental_time_full_walkthrough/) to learn how to use SQLMesh in a full walkthrough.
530
531
 
531
532
  ## Join Our Community
532
- Together, we want to build data transformation without the waste. Connect with us in the following ways:
533
+ Connect with us in the following ways:
533
534
 
534
- * Join the [Tobiko Slack Community](https://tobikodata.com/slack) to ask questions, or just to say hi!
535
- * File an issue on our [GitHub](https://github.com/TobikoData/sqlmesh/issues/new)
536
- * Send us an email at [hello@tobikodata.com](mailto:hello@tobikodata.com) with your questions or feedback
537
- * Read our [blog](https://tobikodata.com/blog)
535
+ * Join the [SQLMesh Slack Community](https://tobikodata.com/slack) to ask questions, or just to say hi!
536
+ * File an issue on our [GitHub](https://github.com/sqlmesh/sqlmesh/issues/new)
538
537
 
539
- ## Contribution
540
- Contributions in the form of issues or pull requests (from fork) are greatly appreciated.
538
+ ## Contributing
539
+ We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute, including our DCO sign-off requirement.
541
540
 
542
- [Read more](https://sqlmesh.readthedocs.io/en/stable/development/) on how to contribute to SQLMesh open source.
541
+ Please review our [Code of Conduct](CODE_OF_CONDUCT.md) and [Governance](GOVERNANCE.md) documents.
543
542
 
544
- [Watch this video walkthrough](https://www.loom.com/share/2abd0d661c12459693fa155490633126?sid=b65c1c0f-8ef7-4036-ad19-3f85a3b87ff2) to see how our team contributes a feature to SQLMesh.
543
+ [Read more](https://sqlmesh.readthedocs.io/en/stable/development/) on how to set up your development environment.
544
+
545
+ ## License
546
+ This project is licensed under the [Apache License 2.0](LICENSE). Documentation is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/).
@@ -1,5 +1,5 @@
1
1
  sqlmesh/__init__.py,sha256=v_spqQEhcnGaahp1yPvMqUIa6mhH3cs3Bc1CznxvCEA,7965
2
- sqlmesh/_version.py,sha256=TKdHkGehOt5i1iK-prFkEw8c1xQp_oNGwqCYv2XWN8w,721
2
+ sqlmesh/_version.py,sha256=r6p0Em2llffayn1F0CwH0S5vtUTKhZXwdxZEUkBuxtE,721
3
3
  sqlmesh/magics.py,sha256=7Q1_lXSD_PgYH40Hsx6-OkfSQC3UJZgF043RVFRnw1s,42082
4
4
  sqlmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  sqlmesh/cicd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -238,7 +238,7 @@ sqlmesh/utils/pydantic.py,sha256=-yppkVlw6iSBaSiKjbe7OChxL-u3urOS4-KCjJEgsRU,120
238
238
  sqlmesh/utils/rich.py,sha256=cwQ5nJ6sgz64xHtoh6_ec7ReV5YpsOGhMtUJnwoRfEI,3549
239
239
  sqlmesh/utils/windows.py,sha256=0F9RdpuuCoG5NiEDXvWlAGCiJ-59OjSAmgFF5wW05aY,1133
240
240
  sqlmesh/utils/yaml.py,sha256=KFBd7hsKNRTtRudGR7d410qUYffQv0EWRcDM8hVNNZg,3025
241
- sqlmesh-0.231.2.dev2.dist-info/licenses/LICENSE,sha256=OlMefUjgWJdULtf84BLW0AZZcY8DwdgQqb_1j2862j8,11346
241
+ sqlmesh-0.231.2.dev4.dist-info/licenses/LICENSE,sha256=nyrUL1w6Rp53AsZVe3oIvFsrMcUbKkPK1CJ-tZntGe4,11360
242
242
  sqlmesh_dbt/__init__.py,sha256=awYS5y5mz-1NUmx6i5h5NSTJ7tidRl9NC0FAnFWSF6U,350
243
243
  sqlmesh_dbt/cli.py,sha256=p9foHjAW9ni7BTOJ2loynk47M0Sf43QIJZRggOzF5tc,6351
244
244
  sqlmesh_dbt/console.py,sha256=RwWLYnEZHzn9Xp-e2gbZvkdKbWbBLN146geI84mJitg,1132
@@ -363,8 +363,8 @@ web/server/api/endpoints/models.py,sha256=kwj0s7uve3iZSMfmjkoPVMFMeY1sD0peTeyrWf
363
363
  web/server/api/endpoints/modules.py,sha256=8hqqgonGay_mJmpCw0IdbjsPhWlQH2VLdKAqha-myac,468
364
364
  web/server/api/endpoints/plan.py,sha256=bbbY50W_2MsZSTxOHWMKz0tbIm75nsRSlPy8GI2fg9Q,9306
365
365
  web/server/api/endpoints/table_diff.py,sha256=8XTwgOh6QBbNy_hTM1JuHgRjbnie-pGPrphiW-FNLjQ,6058
366
- sqlmesh-0.231.2.dev2.dist-info/METADATA,sha256=IXsFOjgq22VmNo5Akfo5GvfZ9sk6fG0PIZEkk9uWK-k,26677
367
- sqlmesh-0.231.2.dev2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
368
- sqlmesh-0.231.2.dev2.dist-info/entry_points.txt,sha256=sHAf6tQczIM8xZoduN4qaUjV7QEPVUUW_LCT8EDUMv4,155
369
- sqlmesh-0.231.2.dev2.dist-info/top_level.txt,sha256=RQ-33FPe2IgL0rgossAfJkCRtqslz9b7wFARqiWLC5Q,24
370
- sqlmesh-0.231.2.dev2.dist-info/RECORD,,
366
+ sqlmesh-0.231.2.dev4.dist-info/METADATA,sha256=wpAY21ECeD-Xa-Vo6DU0bL1o8vlHNXu4DCSZU-u2rxw,26632
367
+ sqlmesh-0.231.2.dev4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
368
+ sqlmesh-0.231.2.dev4.dist-info/entry_points.txt,sha256=sHAf6tQczIM8xZoduN4qaUjV7QEPVUUW_LCT8EDUMv4,155
369
+ sqlmesh-0.231.2.dev4.dist-info/top_level.txt,sha256=RQ-33FPe2IgL0rgossAfJkCRtqslz9b7wFARqiWLC5Q,24
370
+ sqlmesh-0.231.2.dev4.dist-info/RECORD,,
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2024 Tobiko Data Inc.
189
+ Copyright Contributors to the SQLMesh project
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.