-
python3-openid-3.0.9-3.lbn19.noarch
This started out as a fork of the Python OpenID library,
with changes to make it Python 3 compatible.
It's now a port of that library,
including cleanups and updates to the code in general.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-openid-3.2.0-1.lbn25.noarch
This started out as a fork of the Python OpenID library,
with changes to make it Python 3 compatible.
It's now a port of that library,
including cleanups and updates to the code in general.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-openid-3.2.0-1.lbn36.noarch
This started out as a fork of the Python OpenID library,
with changes to make it Python 3 compatible.
It's now a port of that library,
including cleanups and updates to the code in general.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-openid-cla-1.2-1.lbn19.noarch
CLA extension implementation for python-openid
This package includes the python 3 version of the module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-openid-cla-1.2-2.lbn25.noarch
CLA extension implementation for python-openid
This package includes the python 3 version of the module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-openid-teams-1.1-3.lbn19.noarch
Teams extension implementation for python-openid
This package includes the python 3 version of the module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-openid-teams-1.1-4.lbn25.noarch
Teams extension implementation for python-openid
This package includes the python 3 version of the module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-openlineage-integration-common-1.24.2-1.lbn36.noarch
Common modules for OpenLineage integrations.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-openlineage-python-1.24.2-1.lbn36.noarch
OpenLineage-python
To install from source, run:
$ python -m pip install .
Configuration
Config file
The most common way to configure the OpenLineage Client is by .yaml file, which contains all the
details of how to connect to your OpenLineage backend.
The config file is located by:
looking at the OPENLINEAGE_CONFIG environment variable
looking for the openlineage.yml file in the current working directory
looking for the openlineage.yml file in the $HOME/.openlineage directory.
Different ways of connecting to OpenLineage backend are supported
by the standardized Transport interface.
This is an example config for specifying http transport:
transport:
type: "http"
url: "https:/backend:5000"
auth:
type: "api_key"
api_key: "f048521b-dfe8-47cd-9c65-0cb07d57591e"
The type property is required. It can be one of the built-in transports or a custom one.
There are four built-in transports, http, kafka, console and file.
Custom transports type is a fully qualified class name that
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-openlineage-sql-1.24.2-1.lbn36.x86_64
Python interface for the Rust OpenLineage lineage extraction library
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36