If pyairbyte does not use python.
Import airbyte as ab.
.
Source = ab.get_source (.
"source-faker",
Config= {"count": 5000},
Install_if_missing=True,
).
Does the install if missing in will not access connectors.airbyte.com?
k
kapa.ai
05/31/2024, 4:16 AM
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [PyAirbyte documentation](https://docs.airbyte.com/using-airbyte/pyairbyte/getting-started) for more detailed information on how PyAirbyte works and its configuration options.