Skip to content

Commit

Permalink
Added a way to generate a Flow schema from Database in php (#1511)
Browse files Browse the repository at this point in the history
* Added a way to generate a Flow schema from Database in php

* Regenerated DSL

* Fixed failing tests, added missing dependency

* Updated dsl definitions

* Updated dependencies, fixed failing tests

* Static analyze fixes

* Fixed tests failing on the lowest dependencies version

* Fixed tests failing on the lowest dependencies version
  • Loading branch information
norberttech authored Mar 4, 2025
1 parent 6c8a1c4 commit 682c4b7
Show file tree
Hide file tree
Showing 55 changed files with 2,496 additions and 264 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:

- name: "Test - CLI"
run: "composer test:cli"
env:
PGSQL_DATABASE_URL: pgsql://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8

- name: "Test - Lib - Array Dot"
run: "composer test:lib:array-dot"
Expand Down
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
__DIR__ . '/tools/rector/src',
])
->exclude([
'Flow/Parquet/Thrift'
'Flow/Parquet/Thrift',
'Flow/CLI/Tests/Integration'
]);

return (new Config())
Expand Down
133 changes: 60 additions & 73 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 682c4b7

Please sign in to comment.