Skip to content

GONRG-2726: Move libs to SDK

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Move folders libs and providers to PythonSDK. The SDK must be installed via pip to Airflow's env.

Now, to access to code in these folders

import osdu_api.libs

import osdu_api.providers

Merge request reports