memiiso / pyliquibase

Use liquibase java application within python
Apache License 2.0
46 stars 17 forks source link

Failed to download jar files on run time #65

Closed mmadhuhasa closed 11 months ago

mmadhuhasa commented 1 year ago

Error occurs after this line, Pyliquibase(defaultsFile="changelogs/liquibase.properties", liquibaseDir="/opt/liquibase") liquibase.status()

Please update the code to download jar files from new url in liquibase repository,

Below URL are not available, error shows like Error - Failed to download https://github.com/liquibase/liquibase-bigquery/releases/download/liquibase-bigquery-4.21.1/liquibase-bigquery-4.21.1.jar Error - Failed to download https://github.com/liquibase/liquibase-redshift/releases/download/liquibase-redshift-4.21.1/liquibase-redshift-4.21.1.jar

But, Actual working URL is, https://github.com/liquibase/liquibase-bigquery/releases/download/v4.21.1/liquibase-bigquery-4.21.1.jar https://github.com/liquibase/liquibase-redshift/releases/download/v4.21.1/liquibase-redshift-4.21.1.jar

mmadhuhasa commented 1 year ago

Please respond for this issue

pidanou commented 1 year ago

@mmadhuhasa https://github.com/memiiso/pyliquibase/pull/67 maybe it will fix the issue

mmadhuhasa commented 1 year ago

Above issue is fixed and push in master branch, thanks for support And one confirmation is that, where dependent jar files are downloaded before connecting to database, Is that right ?