Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync internal changes to open source #9

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

louisjoecodes
Copy link
Contributor

@louisjoecodes louisjoecodes commented Feb 29, 2024

Major:

  • Postgres is now supported in the CLI
  • Added support for variables

quary.yaml example

sqlite: {}
vars: 
 -name: version
  value: 0.0.91

usage

SELECT {{ var('version')}}

Minor:

  • bumped version
  • minor dbt project conversion improvements
  • minor introduce testcontainers to spin up postgres docker container for testing

@louisjoecodes louisjoecodes changed the title feat: introduce postgres to CLI chore: bump version to 93 feat: handle group_by in conversion CLI feat: add CI tests to postgres - testcontainers feat: vars now supported in quary.yaml {{ var('example') }} sync internal changes to open source Feb 29, 2024
chore: bump version to 93
feat: handle group_by in conversion CLI
feat: add CI tests to postgres - testcontainers
feat: vars now supported in quary.yaml {{ var('example') }}
@louisjoecodes louisjoecodes force-pushed the feat/sync_internal_changes branch from 2c48382 to 263d6bd Compare February 29, 2024 21:16
@louisjoecodes louisjoecodes merged commit f1357c0 into main Feb 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant