Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Verified Commit 4ed2ce64 authored by Enrico UBALDI's avatar Enrico UBALDI
Browse files

Hotfix for the daily dumps table url.

v0.5.2
parent 764ba899
Branches
Tags v0.5.2
No related merge requests found
Pipeline #264282 failed
......@@ -17,7 +17,7 @@
#
# If not, see < https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 >.#
__license__ = "EUPLv1.2"
__version__ = "0.5.1"
__version__ = "0.5.2"
__maintainer__ = "Enrico Ubaldi"
__email__ = "enrico.ubaldi@ec.europa.eu"
__homepage__ = "https://code.europa.eu/dsa/transparency-database/dsa-tdb"
......
......@@ -31,7 +31,7 @@ from pyspark.conf import SparkConf
from strenum import StrEnum
# The location of the daily files table
DAILY_FILES_TABLE_URL = "https://transparency.dsa.ec.europa.eu/data-download"
DAILY_FILES_TABLE_URL = "https://transparency.dsa.ec.europa.eu/explore-data/download"
"""The url of the daily files table."""
DAILY_FILE_S3_BUCKET = "https://dsa-sor-data-dumps.s3.eu-central-1.amazonaws.com"
......
[tool.poetry]
name = "dsa-tdb"
version = "0.5.1"
version = "0.5.2"
description = "The tools and code to manage the daily dumps of the TDB."
authors = ["DSA CNECT F2"]
license = "EUPLv1.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment