SimpleDataLabsInc / prophecy-build-tool

Prophecy-built-tool (PBT) allows you to quickly build projects generated by Prophecy (your standard Spark Scala and PySpark pipelines) to integrate them with your own CI / CD (e.g. Github Actions), build system (e.g. Jenkins), and orchestration (e.g. Databricks Workflows).
https://pypi.org/project/prophecy-build-tool
Apache License 2.0
28 stars 3 forks source link

Simplify artifactory condition check #118

Closed pateash closed 1 month ago

pateash commented 1 month ago

Updated the condition to check for Artifactory configurations to use a more concise expression. This change enhances code readability and maintains the same functional behavior. Incremented the version from 1.2.35 to 1.2.36 in setup.py.