-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move transform version numbers out of .make.versions to transform-spe…
…cific file (#657) * push noop version numbers down into noop/transform.config Signed-off-by: David Wood <[email protected]> * move USE_REPO_LIB_SRC into Makefiles Signed-off-by: David Wood <[email protected]> * remove USE_REPO_LIB_SRC from transform.config Signed-off-by: David Wood <[email protected]> * move transform version numbers out of .make.versions for all transforms Signed-off-by: David Wood <[email protected]> * fix Makefile typo on Include and add config for repo_level_ordering and fdedup Signed-off-by: David Wood <[email protected]> * fix version numbers for repo_level_ordering and fdedup Signed-off-by: David Wood <[email protected]> * remove commented out versions from .make.versions Signed-off-by: David Wood <[email protected]> * Enable sudo in header_cleanser Dockerfile Signed-off-by: David Wood <[email protected]> * fix html2parquet/ray/Makefile set-versions Signed-off-by: David Wood <[email protected]> * remove redundant requirements from html2parquet/ray requirements Signed-off-by: David Wood <[email protected]> * disable header_cleanser kfp test Signed-off-by: David Wood <[email protected]> * correct header_cleanser Makefile renames Signed-off-by: David Wood <[email protected]> * fix .defaults.copy-lib to also copy requirements.txt' Signed-off-by: David Wood <[email protected]> --------- Signed-off-by: David Wood <[email protected]>
- Loading branch information
Showing
97 changed files
with
1,071 additions
and
217 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
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
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
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
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
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,20 @@ | ||
# | ||
# This is intended to be included across the Makefiles provided within | ||
# a given transform's directory tree, so must use compatible syntax. | ||
# | ||
################################################################################ | ||
# This defines the name of the transform and is used to match against | ||
# expected files and is used to define the transform's image name. | ||
TRANSFORM_NAME=code2parquet | ||
|
||
################################################################################ | ||
# This defines the transforms' version number as would be used | ||
# when publishing the wheel. In general, only the micro version | ||
# number should be advanced relative to the DPK_VERSION. | ||
# | ||
# If you change the versions numbers, be sure to run "make set-versions" to | ||
# update version numbers across the transform (e.g., pyproject.toml). | ||
CODE2PARQUET_PYTHON_VERSION=$(DPK_VERSION) | ||
CODE2PARQUET_RAY_VERSION=$(CODE2PARQUET_PYTHON_VERSION) | ||
CODE2PARQUET_SPARK_VERSION=$(CODE2PARQUET_PYTHON_VERSION) | ||
|
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
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
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
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,20 @@ | ||
# | ||
# This is intended to be included across the Makefiles provided within | ||
# a given transform's directory tree, so must use compatible syntax. | ||
# | ||
################################################################################ | ||
# This defines the name of the transform and is used to match against | ||
# expected files and is used to define the transform's image name. | ||
TRANSFORM_NAME=code_quality | ||
|
||
################################################################################ | ||
# This defines the transforms' version number as would be used | ||
# when publishing the wheel. In general, only the micro version | ||
# number should be advanced relative to the DPK_VERSION. | ||
# | ||
# If you change the versions numbers, be sure to run "make set-versions" to | ||
# update version numbers across the transform (e.g., pyproject.toml). | ||
CODE_QUALITY_PYTHON_VERSION=$(DPK_VERSION) | ||
CODE_QUALITY_RAY_VERSION=$(CODE_QUALITY_PYTHON_VERSION) | ||
CODE_QUALITY_SPARK_VERSION=$(CODE_QUALITY_PYTHON_VERSION) | ||
|
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
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
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
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
Oops, something went wrong.