Skip to content

Releases: artefactory/artefactory-connectors-kit

ACK v2.0

02 Apr 17:06
7d4163c
Compare
Choose a tag to compare

This release is implementing the following enhancements/features:

🆕 Change of the application name
From NCK (Nautilus Connectors Kit)
To ACK (Artefactory Connectors Kit)

🆕 Creation of a Sphinx documentation
https://artefactory.github.io/artefactory-connectors-kit/

🆕 Update of the previous entrypoint
From python nck/entrypoint.py <READER_COMMAND> <WRITER_COMMAND>
To python ack/entrypoints/cli/main.py <READER_COMMAND> <WRITER_COMMAND>

🆕 Creation of a new entrypoint accepting a configuration .json as an input
python ack/entrypoints/json/main.py --config-file <PATH/TO/FILE>

🆕 Add of date checks
Verifying the coherence between the start-date, end-date and date-range options provided by the end user

🆕 Add of a predefined date-range option for sources that are not offering it by default
Available values: YESTERDAY, LAST_7_DAYS, PREVIOUS_WEEK, PREVIOUS_MONTH, LAST_90_DAYS. Impacted sources: Adobe Analytics, Google DCM, Google SA360, Google Search Console, MyTarget, The Trade Desk, Twitter.

🆕 Standardization of key normalization behaviors
Keys are not normalized by default anymore - if you wish to normalize them, you should set the normalize-keys option to true: python ack/entrypoints/cli/main.py --normalize-keys true <READER_COMMAND> <WRITER_COMMAND>

🆕 (Transparent to end-users) In-depth refactoring of repo architecture


Readers

  • Analytics
    • Adobe Analytics 1.4
    • Adobe Analytics 2.0
    • Google Analytics
  • Advertising - Adserver
    • Google Campaign Manager
  • Advertising - DSP
    • Google Display & Video 360
    • The Trade Desk
  • Advertising - Search
    • Google Ads
    • Google Search Ads 360
    • Google Search Console
    • Yandex Campaign
    • Yandex Statistics
  • Advertising - Social
    • Facebook Marketing
    • MyTarget
    • Radarly
    • Twitter Ads
  • CRM
    • SalesForce
  • Databases
    • MySQL
  • DevTools
    • Confluence
  • Files (.csv, .njson)
    • Amazon S3
    • Google Cloud Storage
    • Google Sheets

Writers

  • Data Warehouses
    • Google BigQuery
  • Debugging
    • Console
  • Files (.njson)
    • Amazon S3
    • Google Cloud Storage
    • Local file

NCK v1.2

19 Oct 13:21
de780a1
Compare
Choose a tag to compare

NCK v1.2

New Readers:

  • Google Sheets
  • The Trade Desk
  • Twitter
  • Split between Google DV360 and Google DBM

Add formatting tools
Add dockerignore

Readers:

  • Adobe Analytics 1.4
  • Adobe Analytics 2.0
  • Amazon S3
  • Facebook Marketing
  • Google Ads
  • Google Analytics
  • Google Cloud Storage
  • Google Campaign Manager
  • ⚠️ Google Display & Video 360 ⚠️
  • ⚠️ Google Display Bid Manager ⚠️
  • Google Search Ads 360
  • Google Search Console
  • 🆕 Google Sheets🆕
  • Oracle
  • MySQL
  • Radarly
  • SalesForce
  • 🆕 The Trade Desk🆕
  • 🆕 Twitter Ads🆕
  • Yandex Campaign
  • Yandex Statistics

Writers:

  • Google BigQuery
  • Google Cloud Storage
  • Amazon S3
  • Local File
  • Console (Debug)

NCK v1.1.1

22 Jun 16:09
7cec11a
Compare
Choose a tag to compare
  • Adobe Reader 1.4: moving from WSSE to JWT auth
  • Facebook Reader: Batch Requests on Ad Management queries
  • Google Analytics Reader: Added flag to add viewId optionally

NCK v1.1

15 Jun 15:54
5957f7e
Compare
Choose a tag to compare

🆕 New reader Adobe 2.0
⚠️ New logic for Facebook reader

Readers

  • Adobe Analytics 1.4
  • 🆕 Adobe Analytics 2.0 🆕
  • Amazon S3
  • 🆕 Facebook Marketing 🆕
  • Google Ads
  • Google Analytics
  • Google Cloud Storage
  • Google Campaign Manager
  • Google Display & Video 360
  • Google Search Ads 360
  • Google Search Console
  • Google Sheets
  • Oracle
  • MySQL
  • Radarly
  • SalesForce
  • Twitter Ads
  • Yandex Campaign
  • Yandex Statistics

Writers

  • Google BigQuery
  • Google Cloud Storage
  • Amazon S3
  • Local File
  • Console (Debug)

NCK v1.0

26 May 16:22
897c362
Compare
Choose a tag to compare

Nautilus Connectors Kit initial version

Readers:

  • Google DoubleClick Manager (DBM / DV360)
  • Google Campaign Manager (CM / DCM)
  • Google Search Ads 360 (SA360)
  • Google Analytics
  • Google Search Console
  • Google Sheets
  • Google Cloud Storage
  • Google Adwords
  • Google Search Console
  • Facebook Business Manager
  • Amazon S3
  • Oracle
  • SalesForce
  • MySQL
  • Radarly
  • Adobe Analytics 1.4
  • Yandex

Writers:

  • Google BigQuery
  • Google Cloud Storage
  • Amazon S3
  • Local File
  • Console (Debug)