Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add Eurostat source and Prefect tasks #1041

Merged
merged 49 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
052084c
🚀 Added `Eurostat` connector with tests
Sep 4, 2024
ec0268a
🚀 Adding entry in changelog
Sep 4, 2024
e46e775
azure dependency for prefect alligned
fdelgadodyvenia Sep 22, 2024
c58a02d
🐛 Add missing `filter_df_columns` function to utils
Sep 23, 2024
0d7989d
Merge branch 'eurostat_2.0' of https://github.com/dyvenia/viadot into…
Sep 23, 2024
aa96848
🎨 Refactor docstrings in Eurostat source class
Sep 23, 2024
f0faa60
🎨 Add Tsignal stributes in docstring and change typing
Sep 23, 2024
27d4267
🎨 Change typing in methods
Sep 23, 2024
5a7a8f4
🎨 Change docstrings in Eurostat task
Sep 23, 2024
b4f045c
🎨 Refactor Eurostat flow dosctrings
Sep 23, 2024
6e8c5aa
🎨 Improve typing
Sep 23, 2024
c374bae
🎨 Changed test function name
Sep 23, 2024
7824be9
♻️ Refactor unitests for Eurostat
Sep 23, 2024
78c4aad
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 1, 2024
57e25fb
🎨 Changed code structure
Rafalz13 Oct 1, 2024
b1da441
🎨 Changed imports structure
Rafalz13 Oct 1, 2024
2cdbf3f
🎨 Changed tests code structure
Rafalz13 Oct 1, 2024
07aec93
🎨 Changed the code and docstrings structure
Rafalz13 Oct 1, 2024
ad9e19f
🎨 Added `# pragma: allowlist secret`
Rafalz13 Oct 1, 2024
ad0addb
✅ Removed `Path` import and usage
Rafalz13 Oct 1, 2024
0f2996d
✅ Updated test
Rafalz13 Oct 1, 2024
fec8cef
✅ Modified assert
Rafalz13 Oct 1, 2024
1ecf06d
✅ Updated tests
Rafalz13 Oct 1, 2024
d9dc709
Update src/viadot/orchestration/prefect/tasks/eurostat.py
Rafalz13 Oct 2, 2024
5391534
Update src/viadot/orchestration/prefect/tasks/eurostat.py
Rafalz13 Oct 2, 2024
80426e0
Update src/viadot/orchestration/prefect/tasks/eurostat.py
Rafalz13 Oct 2, 2024
401cbf7
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
133a3a0
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
77daacd
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
3094254
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
558b0fd
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
a3ac40f
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 2, 2024
c662f04
🎨 Removed unused parts and updated docstrings
Rafalz13 Oct 2, 2024
c0f6ff2
🎨 Added extra space
Rafalz13 Oct 2, 2024
24914a1
✅ Modified tests
Rafalz13 Oct 2, 2024
a137e28
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 2, 2024
c4cc7d0
✅ Updated tests
Rafalz13 Oct 2, 2024
bd20719
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 2, 2024
c3b5ba3
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 3, 2024
bf84d34
Update src/viadot/sources/eurostat.py
Rafalz13 Oct 4, 2024
8b1cdce
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 4, 2024
c3589a1
Merge branch '2.0' into eurostat_2.0
Rafalz13 Oct 4, 2024
cab70b2
✅ Updated tests
Rafalz13 Oct 4, 2024
b35bd93
✅ Updated eurostat tests
Rafalz13 Oct 7, 2024
7fedee6
✅ Removed 1 test
Rafalz13 Oct 8, 2024
e3ce874
✅ Updated tests
Rafalz13 Oct 9, 2024
6cd4c6d
🎨 Added `noqa:`
Rafalz13 Oct 9, 2024
92027c0
♻️ Remove unnecessary code & standardize
trymzet Oct 9, 2024
c852e8f
Merge branch '2.0' into eurostat_2.0
trymzet Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🚀 Adding entry in changelog
  • Loading branch information
adrian-wojcik committed Sep 4, 2024
commit ec0268a110ea1962e412b202262c62c73e692815
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added new version of `Eurostat` connector and test files.
trymzet marked this conversation as resolved.
Show resolved Hide resolved
- Added new version of `Genesys` connector and test files.
- Added new version of `Outlook` connector and test files.
- Added new version of `Hubspot` connector and test files.
Expand Down
Loading