Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save siddhant3030/9560481b49cdf79ca3a3b58ebe776bf5 to your computer and use it in GitHub Desktop.
Save siddhant3030/9560481b49cdf79ca3a3b58ebe776bf5 to your computer and use it in GitHub Desktop.
pyairbyte
source.set_config(
config={
"username": "api@rwb2023",
"password": "",
"start_date": "2000-10-31T01:30:00.000Z"
}
)
source.select_all_streams()
read_result = source.read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment