File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/preset_cli/api/clients Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Changelog
55Next
66====
77
8+ Version 0.2.4 - 2023-07-20
9+ ==========================
10+
11+ - Further adjustments to dbt marshmallow schemas to avoid integration errors (`#228 <https://github.com/preset-io/backend-sdk/pull/228>_ `).
12+ - Export RLS rules is now compatible with Preset Cloud and older Superset installations (`#227 <https://github.com/preset-io/backend-sdk/pull/227>_ `)
13+
814Version 0.2.3 - 2023-07-14
915==========================
1016
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ class RepositorySchema(PostelSchema):
375375 gitlab = fields .String (allow_none = True )
376376 name = fields .String ()
377377 pull_request_url_template = fields .String (allow_none = True )
378- git_provider_id = fields .Integer ()
378+ git_provider_id = fields .Integer (allow_none = True )
379379 git_provider = fields .String (allow_none = True )
380380 project_id = fields .Integer ()
381381 deploy_key = fields .Nested (DeployKeySchema )
You can’t perform that action at this time.
0 commit comments