-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Build container conda env | ||
FROM python:3.7 | ||
|
||
ENV LIBRARY_VERSION 0.3.0 | ||
ENV LIBRARY_VERSION 0.4.0 | ||
RUN pip install "fh-immuta-utils==${LIBRARY_VERSION}" | ||
|
||
ENTRYPOINT "fh-immuta-utils" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.0" | ||
__version__ = "0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
# 0.4.0 (2020-03-01) | ||
|
||
## Compatible with Immuta version `>=2020.3.4` | ||
|
||
### Added | ||
- Ability to control schema evolution settings for a remote database/server from configuration. | ||
### Changed | ||
- Immuta data source and query engine table name truncation character limits. Limits for both are now set to 255 to | ||
align with the accepted limits by the Immuta application. Users with previously truncated data source or query engine | ||
table names should delete and re-enroll those data sources to enroll the full names. | ||
<!-- to be filled in --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 0.4.0 (2020-03-01) | ||
|
||
## Compatible with Immuta version `>=2020.3.4` | ||
|
||
### Added | ||
- Ability to control schema evolution settings for a remote database/server from configuration. | ||
### Changed | ||
- Immuta data source and query engine table name truncation character limits. Limits for both are now set to 255 to | ||
align with the accepted limits by the Immuta application. Users with previously truncated data source or query engine | ||
table names should delete and re-enroll those data sources to enroll the full names. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters