ingestr 0.14.94__tar.gz → 0.14.97__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ingestr might be problematic. Click here for more details.

Files changed (382) hide show
  1. {ingestr-0.14.94 → ingestr-0.14.97}/.github/workflows/tests.yml +6 -6
  2. {ingestr-0.14.94 → ingestr-0.14.97}/PKG-INFO +1 -1
  3. {ingestr-0.14.94 → ingestr-0.14.97}/docs/.vitepress/config.mjs +2 -0
  4. ingestr-0.14.97/docs/supported-sources/hostaway.md +104 -0
  5. ingestr-0.14.97/docs/supported-sources/socrata.md +127 -0
  6. ingestr-0.14.97/ingestr/src/buildinfo.py +1 -0
  7. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/factory.py +4 -0
  8. ingestr-0.14.97/ingestr/src/hostaway/__init__.py +302 -0
  9. ingestr-0.14.97/ingestr/src/hostaway/client.py +288 -0
  10. ingestr-0.14.97/ingestr/src/socrata_source/__init__.py +83 -0
  11. ingestr-0.14.97/ingestr/src/socrata_source/helpers.py +85 -0
  12. ingestr-0.14.97/ingestr/src/socrata_source/settings.py +8 -0
  13. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/sources.py +180 -0
  14. ingestr-0.14.94/ingestr/src/buildinfo.py +0 -1
  15. {ingestr-0.14.94 → ingestr-0.14.97}/.dlt/config.toml +0 -0
  16. {ingestr-0.14.94 → ingestr-0.14.97}/.dockerignore +0 -0
  17. {ingestr-0.14.94 → ingestr-0.14.97}/.githooks/pre-commit-hook.sh +0 -0
  18. {ingestr-0.14.94 → ingestr-0.14.97}/.github/workflows/deploy-docs.yml +0 -0
  19. {ingestr-0.14.94 → ingestr-0.14.97}/.github/workflows/release.yml +0 -0
  20. {ingestr-0.14.94 → ingestr-0.14.97}/.github/workflows/secrets-scan.yml +0 -0
  21. {ingestr-0.14.94 → ingestr-0.14.97}/.gitignore +0 -0
  22. {ingestr-0.14.94 → ingestr-0.14.97}/.gitleaksignore +0 -0
  23. {ingestr-0.14.94 → ingestr-0.14.97}/.python-version +0 -0
  24. {ingestr-0.14.94 → ingestr-0.14.97}/.vale.ini +0 -0
  25. {ingestr-0.14.94 → ingestr-0.14.97}/Dockerfile +0 -0
  26. {ingestr-0.14.94 → ingestr-0.14.97}/LICENSE.md +0 -0
  27. {ingestr-0.14.94 → ingestr-0.14.97}/Makefile +0 -0
  28. {ingestr-0.14.94 → ingestr-0.14.97}/README.md +0 -0
  29. {ingestr-0.14.94 → ingestr-0.14.97}/docs/.vitepress/theme/custom.css +0 -0
  30. {ingestr-0.14.94 → ingestr-0.14.97}/docs/.vitepress/theme/index.js +0 -0
  31. {ingestr-0.14.94 → ingestr-0.14.97}/docs/commands/example-uris.md +0 -0
  32. {ingestr-0.14.94 → ingestr-0.14.97}/docs/commands/ingest.md +0 -0
  33. {ingestr-0.14.94 → ingestr-0.14.97}/docs/getting-started/core-concepts.md +0 -0
  34. {ingestr-0.14.94 → ingestr-0.14.97}/docs/getting-started/data-masking.md +0 -0
  35. {ingestr-0.14.94 → ingestr-0.14.97}/docs/getting-started/incremental-loading.md +0 -0
  36. {ingestr-0.14.94 → ingestr-0.14.97}/docs/getting-started/quickstart.md +0 -0
  37. {ingestr-0.14.94 → ingestr-0.14.97}/docs/getting-started/telemetry.md +0 -0
  38. {ingestr-0.14.94 → ingestr-0.14.97}/docs/index.md +0 -0
  39. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/applovin_max.png +0 -0
  40. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/athena.png +0 -0
  41. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/clickhouse_img.png +0 -0
  42. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/clickup_ingestion.png +0 -0
  43. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/cratedb-destination.png +0 -0
  44. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/cratedb-source.png +0 -0
  45. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/freshdesk_ingestion.png +0 -0
  46. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/gcp_spanner_ingestion.png +0 -0
  47. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/github.png +0 -0
  48. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/google_analytics_realtime_report.png +0 -0
  49. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/googleanalytics.png +0 -0
  50. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/ingestion_elasticsearch_img.png +0 -0
  51. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/kinesis.bigquery.png +0 -0
  52. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/linear.png +0 -0
  53. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/linkedin_ads.png +0 -0
  54. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/mixpanel_ingestion.png +0 -0
  55. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/personio.png +0 -0
  56. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/personio_duckdb.png +0 -0
  57. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/phantombuster.png +0 -0
  58. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/pipedrive.png +0 -0
  59. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/quickbook_ingestion.png +0 -0
  60. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/sftp.png +0 -0
  61. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/stripe_postgres.png +0 -0
  62. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/tiktok.png +0 -0
  63. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/wise_ingestion.png +0 -0
  64. {ingestr-0.14.94 → ingestr-0.14.97}/docs/media/zoom_ingestion.png +0 -0
  65. {ingestr-0.14.94 → ingestr-0.14.97}/docs/public/demo.gif +0 -0
  66. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/adjust.md +0 -0
  67. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/airtable.md +0 -0
  68. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/allium.md +0 -0
  69. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/anthropic.md +0 -0
  70. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/applovin.md +0 -0
  71. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/applovin_max.md +0 -0
  72. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/appsflyer.md +0 -0
  73. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/appstore.md +0 -0
  74. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/asana.md +0 -0
  75. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/athena.md +0 -0
  76. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/attio.md +0 -0
  77. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/bigquery.md +0 -0
  78. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/chess.md +0 -0
  79. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/clickhouse.md +0 -0
  80. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/clickup.md +0 -0
  81. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/couchbase.md +0 -0
  82. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/cratedb.md +0 -0
  83. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/csv.md +0 -0
  84. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/custom_queries.md +0 -0
  85. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/databricks.md +0 -0
  86. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/db2.md +0 -0
  87. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/docebo.md +0 -0
  88. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/duckdb.md +0 -0
  89. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/dynamodb.md +0 -0
  90. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/elasticsearch.md +0 -0
  91. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/facebook-ads.md +0 -0
  92. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/fluxx.md +0 -0
  93. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/frankfurter.md +0 -0
  94. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/freshdesk.md +0 -0
  95. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/fundraiseup.md +0 -0
  96. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/gcs.md +0 -0
  97. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/github.md +0 -0
  98. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/google-ads.md +0 -0
  99. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/google_analytics.md +0 -0
  100. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/gorgias.md +0 -0
  101. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/gsheets.md +0 -0
  102. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/http.md +0 -0
  103. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/hubspot.md +0 -0
  104. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/influxdb.md +0 -0
  105. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/intercom.md +0 -0
  106. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/isoc-pulse.md +0 -0
  107. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/jira.md +0 -0
  108. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/kafka.md +0 -0
  109. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/kinesis.md +0 -0
  110. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/klaviyo.md +0 -0
  111. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/linear.md +0 -0
  112. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/linkedin_ads.md +0 -0
  113. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/mailchimp.md +0 -0
  114. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/mixpanel.md +0 -0
  115. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/monday.md +0 -0
  116. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/mongodb.md +0 -0
  117. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/motherduck.md +0 -0
  118. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/mssql.md +0 -0
  119. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/mysql.md +0 -0
  120. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/notion.md +0 -0
  121. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/oracle.md +0 -0
  122. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/personio.md +0 -0
  123. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/phantombuster.md +0 -0
  124. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/pinterest.md +0 -0
  125. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/pipedrive.md +0 -0
  126. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/plusvibeai.md +0 -0
  127. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/postgres.md +0 -0
  128. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/quickbooks.md +0 -0
  129. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/redshift.md +0 -0
  130. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/revenuecat.md +0 -0
  131. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/s3.md +0 -0
  132. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/salesforce.md +0 -0
  133. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/sap-hana.md +0 -0
  134. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/sftp.md +0 -0
  135. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/shopify.md +0 -0
  136. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/slack.md +0 -0
  137. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/smartsheets.md +0 -0
  138. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/snowflake.md +0 -0
  139. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/solidgate.md +0 -0
  140. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/spanner.md +0 -0
  141. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/sqlite.md +0 -0
  142. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/stripe.md +0 -0
  143. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/tiktok-ads.md +0 -0
  144. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/trino.md +0 -0
  145. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/trustpilot.md +0 -0
  146. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/wise.md +0 -0
  147. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/zendesk.md +0 -0
  148. {ingestr-0.14.94 → ingestr-0.14.97}/docs/supported-sources/zoom.md +0 -0
  149. {ingestr-0.14.94 → ingestr-0.14.97}/docs/tutorials/load-kinesis-bigquery.md +0 -0
  150. {ingestr-0.14.94 → ingestr-0.14.97}/docs/tutorials/load-personio-duckdb.md +0 -0
  151. {ingestr-0.14.94 → ingestr-0.14.97}/docs/tutorials/load-stripe-postgres.md +0 -0
  152. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/conftest.py +0 -0
  153. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/main.py +0 -0
  154. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/.gitignore +0 -0
  155. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/adjust/__init__.py +0 -0
  156. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/adjust/adjust_helpers.py +0 -0
  157. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/airtable/__init__.py +0 -0
  158. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/allium/__init__.py +0 -0
  159. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/anthropic/__init__.py +0 -0
  160. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/anthropic/helpers.py +0 -0
  161. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/applovin/__init__.py +0 -0
  162. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/applovin_max/__init__.py +0 -0
  163. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appsflyer/__init__.py +0 -0
  164. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appsflyer/client.py +0 -0
  165. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appstore/__init__.py +0 -0
  166. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appstore/client.py +0 -0
  167. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appstore/errors.py +0 -0
  168. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appstore/models.py +0 -0
  169. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/appstore/resources.py +0 -0
  170. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/arrow/__init__.py +0 -0
  171. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/asana_source/__init__.py +0 -0
  172. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/asana_source/helpers.py +0 -0
  173. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/asana_source/settings.py +0 -0
  174. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/attio/__init__.py +0 -0
  175. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/attio/helpers.py +0 -0
  176. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/blob.py +0 -0
  177. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/chess/__init__.py +0 -0
  178. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/chess/helpers.py +0 -0
  179. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/chess/settings.py +0 -0
  180. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/clickup/__init__.py +0 -0
  181. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/clickup/helpers.py +0 -0
  182. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/collector/spinner.py +0 -0
  183. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/couchbase_source/__init__.py +0 -0
  184. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/couchbase_source/helpers.py +0 -0
  185. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/destinations.py +0 -0
  186. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/docebo/__init__.py +0 -0
  187. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/docebo/client.py +0 -0
  188. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/docebo/helpers.py +0 -0
  189. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/dynamodb/__init__.py +0 -0
  190. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/elasticsearch/__init__.py +0 -0
  191. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/elasticsearch/helpers.py +0 -0
  192. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/errors.py +0 -0
  193. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/facebook_ads/__init__.py +0 -0
  194. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/facebook_ads/exceptions.py +0 -0
  195. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/facebook_ads/helpers.py +0 -0
  196. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/facebook_ads/settings.py +0 -0
  197. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/facebook_ads/utils.py +0 -0
  198. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/filesystem/__init__.py +0 -0
  199. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/filesystem/helpers.py +0 -0
  200. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/filesystem/readers.py +0 -0
  201. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/filters.py +0 -0
  202. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/fluxx/__init__.py +0 -0
  203. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/fluxx/helpers.py +0 -0
  204. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/frankfurter/__init__.py +0 -0
  205. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/frankfurter/helpers.py +0 -0
  206. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/freshdesk/__init__.py +0 -0
  207. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/freshdesk/freshdesk_client.py +0 -0
  208. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/freshdesk/settings.py +0 -0
  209. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/fundraiseup/__init__.py +0 -0
  210. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/fundraiseup/client.py +0 -0
  211. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/github/__init__.py +0 -0
  212. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/github/helpers.py +0 -0
  213. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/github/queries.py +0 -0
  214. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/github/settings.py +0 -0
  215. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_ads/__init__.py +0 -0
  216. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_ads/field.py +0 -0
  217. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_ads/metrics.py +0 -0
  218. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_ads/predicates.py +0 -0
  219. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_ads/reports.py +0 -0
  220. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_analytics/__init__.py +0 -0
  221. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_analytics/helpers.py +0 -0
  222. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_sheets/README.md +0 -0
  223. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_sheets/__init__.py +0 -0
  224. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_sheets/helpers/__init__.py +0 -0
  225. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_sheets/helpers/api_calls.py +0 -0
  226. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/google_sheets/helpers/data_processing.py +0 -0
  227. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/gorgias/__init__.py +0 -0
  228. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/gorgias/helpers.py +0 -0
  229. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/http/__init__.py +0 -0
  230. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/http/readers.py +0 -0
  231. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/http_client.py +0 -0
  232. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/hubspot/__init__.py +0 -0
  233. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/hubspot/helpers.py +0 -0
  234. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/hubspot/settings.py +0 -0
  235. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/influxdb/__init__.py +0 -0
  236. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/influxdb/client.py +0 -0
  237. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/intercom/__init__.py +0 -0
  238. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/intercom/helpers.py +0 -0
  239. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/intercom/settings.py +0 -0
  240. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/isoc_pulse/__init__.py +0 -0
  241. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/jira_source/__init__.py +0 -0
  242. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/jira_source/helpers.py +0 -0
  243. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/jira_source/settings.py +0 -0
  244. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/kafka/__init__.py +0 -0
  245. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/kafka/helpers.py +0 -0
  246. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/kinesis/__init__.py +0 -0
  247. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/kinesis/helpers.py +0 -0
  248. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/klaviyo/__init__.py +0 -0
  249. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/klaviyo/client.py +0 -0
  250. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/klaviyo/helpers.py +0 -0
  251. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/linear/__init__.py +0 -0
  252. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/linear/helpers.py +0 -0
  253. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/linkedin_ads/__init__.py +0 -0
  254. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/linkedin_ads/dimension_time_enum.py +0 -0
  255. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/linkedin_ads/helpers.py +0 -0
  256. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/loader.py +0 -0
  257. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mailchimp/__init__.py +0 -0
  258. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mailchimp/helpers.py +0 -0
  259. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mailchimp/settings.py +0 -0
  260. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/masking.py +0 -0
  261. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mixpanel/__init__.py +0 -0
  262. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mixpanel/client.py +0 -0
  263. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/monday/__init__.py +0 -0
  264. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/monday/helpers.py +0 -0
  265. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/monday/settings.py +0 -0
  266. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mongodb/__init__.py +0 -0
  267. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/mongodb/helpers.py +0 -0
  268. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/notion/__init__.py +0 -0
  269. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/notion/helpers/__init__.py +0 -0
  270. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/notion/helpers/client.py +0 -0
  271. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/notion/helpers/database.py +0 -0
  272. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/notion/settings.py +0 -0
  273. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/partition.py +0 -0
  274. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/personio/__init__.py +0 -0
  275. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/personio/helpers.py +0 -0
  276. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/phantombuster/__init__.py +0 -0
  277. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/phantombuster/client.py +0 -0
  278. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pinterest/__init__.py +0 -0
  279. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/__init__.py +0 -0
  280. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/helpers/__init__.py +0 -0
  281. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/helpers/custom_fields_munger.py +0 -0
  282. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/helpers/pages.py +0 -0
  283. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/settings.py +0 -0
  284. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/pipedrive/typing.py +0 -0
  285. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/plusvibeai/__init__.py +0 -0
  286. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/plusvibeai/helpers.py +0 -0
  287. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/plusvibeai/settings.py +0 -0
  288. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/quickbooks/__init__.py +0 -0
  289. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/resource.py +0 -0
  290. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/revenuecat/__init__.py +0 -0
  291. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/revenuecat/helpers.py +0 -0
  292. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/salesforce/__init__.py +0 -0
  293. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/salesforce/helpers.py +0 -0
  294. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/shopify/__init__.py +0 -0
  295. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/shopify/exceptions.py +0 -0
  296. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/shopify/helpers.py +0 -0
  297. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/shopify/settings.py +0 -0
  298. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/slack/__init__.py +0 -0
  299. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/slack/helpers.py +0 -0
  300. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/slack/settings.py +0 -0
  301. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/smartsheets/__init__.py +0 -0
  302. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/solidgate/__init__.py +0 -0
  303. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/solidgate/helpers.py +0 -0
  304. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/sql_database/__init__.py +0 -0
  305. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/sql_database/callbacks.py +0 -0
  306. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/stripe_analytics/__init__.py +0 -0
  307. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/stripe_analytics/helpers.py +0 -0
  308. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/stripe_analytics/settings.py +0 -0
  309. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/table_definition.py +0 -0
  310. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/telemetry/event.py +0 -0
  311. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/testdata/fakebqcredentials.json +0 -0
  312. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/tiktok_ads/__init__.py +0 -0
  313. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/tiktok_ads/tiktok_helpers.py +0 -0
  314. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/time.py +0 -0
  315. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/trustpilot/__init__.py +0 -0
  316. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/trustpilot/client.py +0 -0
  317. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/version.py +0 -0
  318. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/wise/__init__.py +0 -0
  319. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/wise/client.py +0 -0
  320. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/__init__.py +0 -0
  321. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/helpers/__init__.py +0 -0
  322. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/helpers/api_helpers.py +0 -0
  323. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/helpers/credentials.py +0 -0
  324. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/helpers/talk_api.py +0 -0
  325. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zendesk/settings.py +0 -0
  326. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zoom/__init__.py +0 -0
  327. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/src/zoom/helpers.py +0 -0
  328. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/.gitignore +0 -0
  329. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/create_replace.csv +0 -0
  330. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/delete_insert_expected.csv +0 -0
  331. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/delete_insert_part1.csv +0 -0
  332. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/delete_insert_part2.csv +0 -0
  333. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/merge_expected.csv +0 -0
  334. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/merge_part1.csv +0 -0
  335. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/testdata/merge_part2.csv +0 -0
  336. {ingestr-0.14.94 → ingestr-0.14.97}/ingestr/tests/unit/test_smartsheets.py +0 -0
  337. {ingestr-0.14.94 → ingestr-0.14.97}/package-lock.json +0 -0
  338. {ingestr-0.14.94 → ingestr-0.14.97}/package.json +0 -0
  339. {ingestr-0.14.94 → ingestr-0.14.97}/pyproject.toml +0 -0
  340. {ingestr-0.14.94 → ingestr-0.14.97}/requirements-dev.txt +0 -0
  341. {ingestr-0.14.94 → ingestr-0.14.97}/requirements.in +0 -0
  342. {ingestr-0.14.94 → ingestr-0.14.97}/requirements.txt +0 -0
  343. {ingestr-0.14.94 → ingestr-0.14.97}/requirements_arm64.txt +0 -0
  344. {ingestr-0.14.94 → ingestr-0.14.97}/resources/demo.gif +0 -0
  345. {ingestr-0.14.94 → ingestr-0.14.97}/resources/demo.tape +0 -0
  346. {ingestr-0.14.94 → ingestr-0.14.97}/resources/ingestr.svg +0 -0
  347. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/AMPM.yml +0 -0
  348. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Acronyms.yml +0 -0
  349. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Colons.yml +0 -0
  350. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Contractions.yml +0 -0
  351. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/DateFormat.yml +0 -0
  352. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Ellipses.yml +0 -0
  353. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/EmDash.yml +0 -0
  354. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Exclamation.yml +0 -0
  355. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/FirstPerson.yml +0 -0
  356. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Gender.yml +0 -0
  357. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/GenderBias.yml +0 -0
  358. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/HeadingPunctuation.yml +0 -0
  359. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Headings.yml +0 -0
  360. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Latin.yml +0 -0
  361. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/LyHyphens.yml +0 -0
  362. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/OptionalPlurals.yml +0 -0
  363. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Ordinal.yml +0 -0
  364. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/OxfordComma.yml +0 -0
  365. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Parens.yml +0 -0
  366. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Passive.yml +0 -0
  367. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Periods.yml +0 -0
  368. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Quotes.yml +0 -0
  369. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Ranges.yml +0 -0
  370. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Semicolons.yml +0 -0
  371. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Slang.yml +0 -0
  372. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Spacing.yml +0 -0
  373. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Spelling.yml +0 -0
  374. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Units.yml +0 -0
  375. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/We.yml +0 -0
  376. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/Will.yml +0 -0
  377. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/WordList.yml +0 -0
  378. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/meta.json +0 -0
  379. {ingestr-0.14.94 → ingestr-0.14.97}/styles/Google/vocab.txt +0 -0
  380. {ingestr-0.14.94 → ingestr-0.14.97}/styles/bruin/Ingestr.yml +0 -0
  381. {ingestr-0.14.94 → ingestr-0.14.97}/styles/config/vocabularies/bruin/accept.txt +0 -0
  382. {ingestr-0.14.94 → ingestr-0.14.97}/test.env.template +0 -0
@@ -16,21 +16,21 @@ jobs:
16
16
  check-changes:
17
17
  runs-on: ubuntu-latest
18
18
  outputs:
19
- docs-only: ${{ steps.filter.outputs.docs-only }}
19
+ code-changes: ${{ steps.filter.outputs.code-changes }}
20
20
  steps:
21
21
  - uses: actions/checkout@v4
22
22
  - uses: dorny/paths-filter@v3
23
23
  id: filter
24
24
  with:
25
25
  filters: |
26
- docs-only:
27
- - '!**'
28
- - '**/*.md'
29
- - 'docs/**'
26
+ code-changes:
27
+ - '**'
28
+ - '!**/*.md'
29
+ - '!docs/**'
30
30
 
31
31
  tests:
32
32
  needs: check-changes
33
- if: needs.check-changes.outputs.docs-only != 'true'
33
+ if: needs.check-changes.outputs.code-changes == 'true'
34
34
  strategy:
35
35
  matrix:
36
36
  # I tried running stuff on macOS but it was too slow and unreliable.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ingestr
3
- Version: 0.14.94
3
+ Version: 0.14.97
4
4
  Summary: ingestr is a command-line application that ingests data from various sources and stores them in any database.
5
5
  Project-URL: Homepage, https://github.com/bruin-data/ingestr
6
6
  Project-URL: Issues, https://github.com/bruin-data/ingestr/issues
@@ -108,6 +108,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
108
108
  { text: "Postgres", link: "/supported-sources/postgres.md" },
109
109
  { text: "SAP Hana", link: "/supported-sources/sap-hana.md" },
110
110
  { text: "Snowflake", link: "/supported-sources/snowflake.md" },
111
+ { text: "Socrata", link: "/supported-sources/socrata.md" },
111
112
  { text: "SQLite", link: "/supported-sources/sqlite.md" },
112
113
  {
113
114
  text: "Experimental",
@@ -149,6 +150,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
149
150
  { text: "Google Ads", link: "/supported-sources/google-ads.md" },
150
151
  { text: "GitHub", link: "/supported-sources/github.md" },
151
152
  { text: "Google Sheets", link: "/supported-sources/gsheets.md" },
153
+ { text: "Hostaway", link: "/supported-sources/hostaway.md" },
152
154
  { text: "Gorgias", link: "/supported-sources/gorgias.md" },
153
155
  { text: "HubSpot", link: "/supported-sources/hubspot.md" },
154
156
  { text: "Internet Society Pulse", link: "/supported-sources/isoc-pulse.md" },
@@ -0,0 +1,104 @@
1
+ # Hostaway
2
+
3
+ [Hostaway](https://www.hostaway.com/) is a property management system (PMS) designed for vacation rental managers and hosts. It provides tools for managing listings, reservations, channels, and guest communications across multiple booking platforms.
4
+
5
+ ingestr supports Hostaway as a source.
6
+
7
+ ## URI format
8
+
9
+ The URI format for Hostaway is as follows:
10
+
11
+ ```plaintext
12
+ hostaway://?api_key=<api-key-here>
13
+ ```
14
+
15
+ URI parameters:
16
+
17
+ - `api_key`: the API access token used for authentication with the Hostaway API
18
+
19
+ The URI is used to connect to the Hostaway API for extracting data. More details on the Hostaway API can be found in the [official API documentation](https://api-docs.hostaway.com/).
20
+
21
+ ## Setting up a Hostaway Integration
22
+
23
+ Hostaway uses OAuth 2.0 client credentials for authentication. Follow these steps to obtain an API access token:
24
+
25
+ ### 1. Get Your Credentials
26
+
27
+ First, you need your Hostaway account credentials:
28
+ - `client_id`: Your Hostaway account ID
29
+ - `client_secret`: Your API client secret (available in Hostaway settings)
30
+
31
+ ### 2. Generate an Access Token
32
+
33
+ Use the following curl command to generate an access token:
34
+
35
+ ```bash
36
+ curl -X POST https://api.hostaway.com/v1/accessTokens \
37
+ -H 'Cache-control: no-cache' \
38
+ -H 'Content-type: application/x-www-form-urlencoded' \
39
+ -d 'grant_type=client_credentials&client_id=YOUR_ACCOUNT_ID&client_secret=YOUR_CLIENT_SECRET&scope=general'
40
+ ```
41
+
42
+ The response will contain an access token (JWT) that you'll use for authentication.
43
+
44
+ ### 3. Use the Access Token
45
+
46
+ Once you have your access token, you can use it with ingestr. Here's a sample command that will copy listings data from Hostaway into a DuckDB database:
47
+
48
+ ```sh
49
+ ingestr ingest \
50
+ --source-uri 'hostaway://?api_key=YOUR_ACCESS_TOKEN' \
51
+ --source-table 'listings' \
52
+ --dest-uri 'duckdb:///hostaway.duckdb' \
53
+ --dest-table 'main.listings' \
54
+ --interval-start '2020-01-01' \
55
+ --interval-end '2025-12-31'
56
+ ```
57
+
58
+ ### 4. Revoking Access Tokens
59
+
60
+ To revoke an access token when it's no longer needed:
61
+
62
+ ```bash
63
+ curl -X DELETE 'https://api.hostaway.com/v1/accessTokens?token=YOUR_ACCESS_TOKEN' \
64
+ -H 'Content-type: application/x-www-form-urlencoded'
65
+ ```
66
+
67
+ ## Tables
68
+
69
+ Hostaway source allows ingesting the following resources into separate tables:
70
+
71
+ | Table | PK | Inc Key | Inc Strategy | Description |
72
+ | ----- | -- | ------- | ------------ | ----------- |
73
+ | `listings` | id | latestActivityOn | merge | Property listings managed in Hostaway |
74
+ | `listing_fee_settings` | id | updatedOn | merge | Fee settings configured for each listing |
75
+ | `listing_pricing_settings` | - | - | replace | Pricing rules and settings for listings |
76
+ | `listing_agreements` | - | - | replace | Rental agreements associated with listings |
77
+ | `listing_calendars` | - | - | replace | Calendar availability data for each listing. Uses parallelization for performance |
78
+ | `cancellation_policies` | - | - | replace | General cancellation policies |
79
+ | `cancellation_policies_airbnb` | - | - | replace | Airbnb-specific cancellation policies |
80
+ | `cancellation_policies_marriott` | - | - | replace | Marriott-specific cancellation policies |
81
+ | `cancellation_policies_vrbo` | - | - | replace | VRBO-specific cancellation policies |
82
+ | `reservations` | - | - | replace | Booking reservations across all channels |
83
+ | `finance_fields` | - | - | replace | Financial data for each reservation. Uses parallelization for performance |
84
+ | `reservation_payment_methods` | - | - | replace | Available payment methods for reservations |
85
+ | `reservation_rental_agreements` | - | - | replace | Rental agreements for specific reservations. Uses parallelization for performance |
86
+ | `conversations` | - | - | replace | Guest communication threads |
87
+ | `message_templates` | - | - | replace | Pre-configured message templates |
88
+ | `bed_types` | - | - | replace | Available bed type configurations |
89
+ | `property_types` | - | - | replace | Property type classifications |
90
+ | `countries` | - | - | replace | Supported countries and their codes |
91
+ | `account_tax_settings` | - | - | replace | Tax configuration for the account |
92
+ | `user_groups` | - | - | replace | User groups and permissions |
93
+ | `guest_payment_charges` | - | - | replace | Guest payment transaction records |
94
+ | `coupons` | - | - | replace | Discount coupons and promotional codes |
95
+ | `webhook_reservations` | - | - | replace | Webhook configurations for reservation events |
96
+ | `tasks` | - | - | replace | Tasks and to-dos within the system |
97
+
98
+ Use these table names as the `--source-table` parameter in the `ingestr ingest` command.
99
+
100
+ ## Notes
101
+
102
+ - The `finance_fields`, `reservation_rental_agreements`, and `listing_calendars` tables use parallelization for improved performance when fetching nested resource data
103
+ - Some endpoints like `listings` and `reservations` support incremental loading using `--interval-start` and `--interval-end` parameters
104
+ - Access tokens are JWTs with configurable expiration times - manage them securely and rotate them as needed
@@ -0,0 +1,127 @@
1
+ # Socrata
2
+
3
+ [Socrata](https://dev.socrata.com/) is an open data platform used by governments and organizations to publish and share public datasets. The platform powers thousands of open data portals worldwide, including data.gov and many city, state, and federal government sites.
4
+
5
+ `ingestr` allows ingesting data from any Socrata-powered open data portal using the [Socrata Open Data API (SODA)](https://dev.socrata.com/docs/endpoints.html).
6
+
7
+ ## URI Format
8
+
9
+ The URI format for Socrata is as follows:
10
+ ```
11
+ socrata://?domain=<domain>&dataset_id=<dataset_id>&app_token=<app_token>
12
+ ```
13
+
14
+ URI Parameters:
15
+ * `domain`: The Socrata domain (e.g., `data.seattle.gov`, `data.cityofnewyork.us`)
16
+ * `dataset_id`: The dataset identifier (4x4 format like `6udu-fhnu`)
17
+ * `app_token`: Socrata app token for API access (required)
18
+ * `username` (optional): Username for authentication (required for private datasets)
19
+ * `password` (optional): Password for authentication (required for private datasets)
20
+
21
+ ## Setting up Socrata Integration
22
+
23
+ ### Finding Domain and Dataset ID
24
+
25
+ 1. Navigate to any Socrata-powered open data portal
26
+ 2. Find the dataset you want to ingest
27
+ 3. The domain is the base URL (e.g., `data.seattle.gov`)
28
+ 4. The dataset ID is in the URL or API endpoint (e.g., `6udu-fhnu`)
29
+
30
+ Example: For `https://data.seattle.gov/City-Business/City-of-Seattle-Wage-Data/2khk-5ukd`, the domain is `data.seattle.gov` and the dataset ID is `2khk-5ukd`.
31
+
32
+ ### Generate an App Token
33
+
34
+ You need to obtain an app token to access the Socrata API.
35
+
36
+ 1. Sign up for a free account at the Socrata portal you're using
37
+ 2. Navigate to the developer settings or API documentation
38
+ 3. Generate an app token
39
+ 4. Use this token in the `app_token` parameter
40
+
41
+ ### Example: Loading a Public Dataset
42
+
43
+ For this example, we'll load the Seattle City wage data:
44
+ * Domain: `data.seattle.gov`
45
+ * Dataset ID: `2khk-5ukd`
46
+ * App token: `your_app_token_here`
47
+
48
+ We will run `ingestr` to save this data to a [duckdb](https://duckdb.org/) database called `socrata.db` under the table name `public.wage_data`.
49
+
50
+ ```sh
51
+ ingestr ingest \
52
+ --source-uri "socrata://?domain=data.seattle.gov&dataset_id=2khk-5ukd&app_token=your_app_token_here" \
53
+ --source-table "dataset" \
54
+ --dest-uri "duckdb:///socrata.db" \
55
+ --dest-table "public.wage_data"
56
+ ```
57
+
58
+ ### Example: Incremental Loading
59
+
60
+ Socrata supports incremental loading using the `:updated_at` system field or any other date/timestamp field in your dataset that gets updated. You must specify the incremental key using the `--incremental-key` flag.
61
+
62
+ First, run an initial load for a specific time range using `:updated_at` as the incremental key:
63
+
64
+ ```sh
65
+ ingestr ingest \
66
+ --source-uri "socrata://?domain=data.seattle.gov&dataset_id=2khk-5ukd&app_token=your_app_token_here" \
67
+ --source-table "dataset" \
68
+ --dest-uri "duckdb:///socrata.db" \
69
+ --dest-table "public.wage_data" \
70
+ --incremental-key ":updated_at" \
71
+ --interval-start "2024-01-01" \
72
+ --interval-end "2024-06-30" \
73
+ --incremental-strategy "merge"
74
+ ```
75
+
76
+
77
+
78
+ Now, we will run `ingestr` again without specifying dates to load only new or updated records:
79
+
80
+ ```sh
81
+ ingestr ingest \
82
+ --source-uri "socrata://?domain=data.seattle.gov&dataset_id=2khk-5ukd&app_token=your_app_token_here" \
83
+ --source-table "dataset" \
84
+ --dest-uri "duckdb:///socrata.db" \
85
+ --dest-table "public.wage_data" \
86
+ --incremental-key ":updated_at"
87
+ ```
88
+
89
+ This will automatically fetch only records that were created or updated after the last ingestion.
90
+
91
+ ### Example: Loading Private Datasets
92
+
93
+ For private datasets that require authentication:
94
+
95
+ ```sh
96
+ ingestr ingest \
97
+ --source-uri "socrata://?domain=your.domain.com&dataset_id=xxxx-xxxx&app_token=your_token&username=your_username&password=your_password" \
98
+ --source-table "dataset" \
99
+ --dest-uri "duckdb:///socrata.db" \
100
+ --dest-table "public.private_data"
101
+ ```
102
+
103
+ ## Tables
104
+
105
+ Socrata source provides a single table called `dataset` that represents the Socrata dataset.
106
+
107
+ | Name | Merge Key | Inc Key | Inc Strategy | Details |
108
+ | --- | --- | --- | --- | --- |
109
+ | `dataset` | `:id` | user-defined | replace/merge | Loads all records from the specified Socrata dataset. Uses `replace` by default, or `merge` when `--incremental-key` is specified |
110
+
111
+
112
+
113
+
114
+
115
+ ## Troubleshooting
116
+
117
+ ### Rate Limit Errors
118
+ If you hit rate limits, register for an app token or reduce the frequency of requests.
119
+
120
+ ### Authentication Errors
121
+ For private datasets, ensure username and password are correct and that you have access to the dataset.
122
+
123
+ ### Invalid Dataset ID
124
+ Verify the dataset ID is in the correct 4x4 format (e.g., `xxxx-xxxx`) and exists on the specified domain.
125
+
126
+ ### Timeout Errors
127
+ For very large datasets, the initial load may take time. Consider using date ranges to break up large loads.
@@ -0,0 +1 @@
1
+ version = "v0.14.97"
@@ -54,6 +54,7 @@ from ingestr.src.sources import (
54
54
  GoogleAnalyticsSource,
55
55
  GoogleSheetsSource,
56
56
  GorgiasSource,
57
+ HostawaySource,
57
58
  HttpSource,
58
59
  HubspotSource,
59
60
  InfluxDBSource,
@@ -84,6 +85,7 @@ from ingestr.src.sources import (
84
85
  ShopifySource,
85
86
  SlackSource,
86
87
  SmartsheetSource,
88
+ SocrataSource,
87
89
  SolidgateSource,
88
90
  SqlSource,
89
91
  StripeAnalyticsSource,
@@ -177,6 +179,7 @@ class SourceDestinationFactory:
177
179
  "facebookads": FacebookAdsSource,
178
180
  "fluxx": FluxxSource,
179
181
  "slack": SlackSource,
182
+ "hostaway": HostawaySource,
180
183
  "hubspot": HubspotSource,
181
184
  "intercom": IntercomSource,
182
185
  "jira": JiraSource,
@@ -218,6 +221,7 @@ class SourceDestinationFactory:
218
221
  "sftp": SFTPSource,
219
222
  "pinterest": PinterestSource,
220
223
  "revenuecat": RevenueCatSource,
224
+ "socrata": SocrataSource,
221
225
  "zoom": ZoomSource,
222
226
  "clickup": ClickupSource,
223
227
  "influxdb": InfluxDBSource,
@@ -0,0 +1,302 @@
1
+ from typing import Iterable
2
+
3
+ import dlt
4
+ import pendulum
5
+ from dlt.common.typing import TDataItem
6
+ from dlt.sources import DltResource
7
+
8
+ from .client import HostawayClient
9
+
10
+
11
+ @dlt.source(max_table_nesting=0)
12
+ def hostaway_source(
13
+ api_key: str,
14
+ start_date: pendulum.DateTime,
15
+ end_date: pendulum.DateTime | None = None,
16
+ ) -> Iterable[DltResource]:
17
+ """
18
+ Hostaway API source for fetching listings and fee settings data.
19
+
20
+ Args:
21
+ api_key: Hostaway API key for Bearer token authentication
22
+ start_date: Start date for incremental loading
23
+ end_date: End date for incremental loading (defaults to current time)
24
+
25
+ Returns:
26
+ Iterable[DltResource]: DLT resources for listings and/or fee settings
27
+ """
28
+
29
+ client = HostawayClient(api_key)
30
+
31
+ @dlt.resource(
32
+ write_disposition="merge",
33
+ name="listings",
34
+ primary_key="id",
35
+ )
36
+ def listings(
37
+ datetime=dlt.sources.incremental(
38
+ "latestActivityOn",
39
+ initial_value=start_date,
40
+ end_value=end_date,
41
+ range_end="closed",
42
+ range_start="closed",
43
+ ),
44
+ ) -> Iterable[TDataItem]:
45
+ """
46
+ Fetch listings from Hostaway API with incremental loading.
47
+ Uses latestActivityOn field as the incremental cursor.
48
+ """
49
+ start_dt = datetime.last_value
50
+ end_dt = (
51
+ datetime.end_value
52
+ if datetime.end_value is not None
53
+ else pendulum.now(tz="UTC")
54
+ )
55
+
56
+ yield from client.fetch_listings(start_dt, end_dt)
57
+
58
+ @dlt.resource(
59
+ write_disposition="merge",
60
+ name="listing_fee_settings",
61
+ primary_key="id",
62
+ )
63
+ def listing_fee_settings(
64
+ datetime=dlt.sources.incremental(
65
+ "updatedOn",
66
+ initial_value=start_date,
67
+ end_value=end_date,
68
+ range_end="closed",
69
+ range_start="closed",
70
+ ),
71
+ ) -> Iterable[TDataItem]:
72
+ """
73
+ Fetch listing fee settings from Hostaway API with incremental loading.
74
+ Uses updatedOn field as the incremental cursor.
75
+ """
76
+ start_dt = datetime.last_value
77
+ end_dt = (
78
+ datetime.end_value
79
+ if datetime.end_value is not None
80
+ else pendulum.now(tz="UTC")
81
+ )
82
+
83
+ yield from client.fetch_all_listing_fee_settings(start_dt, end_dt)
84
+
85
+ @dlt.resource(
86
+ write_disposition="replace",
87
+ name="listing_agreements",
88
+ )
89
+ def listing_agreements() -> Iterable[TDataItem]:
90
+ """
91
+ Fetch listing agreements from Hostaway API.
92
+
93
+ Note: Uses replace mode, so no incremental loading.
94
+ """
95
+ very_old_date = pendulum.datetime(1970, 1, 1, tz="UTC")
96
+ now = pendulum.now(tz="UTC")
97
+ yield from client.fetch_all_listing_agreements(very_old_date, now)
98
+
99
+ @dlt.resource(
100
+ write_disposition="replace",
101
+ name="listing_pricing_settings",
102
+ )
103
+ def listing_pricing_settings() -> Iterable[TDataItem]:
104
+ """
105
+ Fetch listing pricing settings from Hostaway API.
106
+
107
+ Note: Uses replace mode, so no incremental loading.
108
+ """
109
+ very_old_date = pendulum.datetime(1970, 1, 1, tz="UTC")
110
+ now = pendulum.now(tz="UTC")
111
+ yield from client.fetch_all_listing_pricing_settings(very_old_date, now)
112
+
113
+ @dlt.resource(
114
+ write_disposition="replace",
115
+ name="cancellation_policies",
116
+ )
117
+ def cancellation_policies() -> Iterable[TDataItem]:
118
+ yield from client.fetch_cancellation_policies()
119
+
120
+ @dlt.resource(
121
+ write_disposition="replace",
122
+ name="cancellation_policies_airbnb",
123
+ )
124
+ def cancellation_policies_airbnb() -> Iterable[TDataItem]:
125
+ yield from client.fetch_cancellation_policies_airbnb()
126
+
127
+ @dlt.resource(
128
+ write_disposition="replace",
129
+ name="cancellation_policies_marriott",
130
+ )
131
+ def cancellation_policies_marriott() -> Iterable[TDataItem]:
132
+ yield from client.fetch_cancellation_policies_marriott()
133
+
134
+ @dlt.resource(
135
+ write_disposition="replace",
136
+ name="cancellation_policies_vrbo",
137
+ )
138
+ def cancellation_policies_vrbo() -> Iterable[TDataItem]:
139
+ yield from client.fetch_cancellation_policies_vrbo()
140
+
141
+ @dlt.resource(
142
+ write_disposition="replace",
143
+ name="reservations",
144
+ selected=False,
145
+ )
146
+ def reservations() -> Iterable[TDataItem]:
147
+ yield from client.fetch_reservations()
148
+
149
+ @dlt.transformer(
150
+ data_from=reservations,
151
+ write_disposition="replace",
152
+ name="finance_fields",
153
+ )
154
+ def finance_fields(reservation_item: TDataItem) -> Iterable[TDataItem]:
155
+ @dlt.defer
156
+ def _get_finance_field(res_id):
157
+ return list(client.fetch_finance_field(res_id))
158
+
159
+ reservation_id_val = reservation_item.get("id")
160
+ if reservation_id_val:
161
+ yield _get_finance_field(reservation_id_val)
162
+
163
+ @dlt.resource(
164
+ write_disposition="replace",
165
+ name="reservation_payment_methods",
166
+ )
167
+ def reservation_payment_methods() -> Iterable[TDataItem]:
168
+ yield from client.fetch_reservation_payment_methods()
169
+
170
+ @dlt.transformer(
171
+ data_from=reservations,
172
+ write_disposition="replace",
173
+ name="reservation_rental_agreements",
174
+ )
175
+ def reservation_rental_agreements(
176
+ reservation_item: TDataItem,
177
+ ) -> Iterable[TDataItem]:
178
+ @dlt.defer
179
+ def _get_rental_agreement(res_id):
180
+ return list(client.fetch_reservation_rental_agreement(res_id))
181
+
182
+ reservation_id = reservation_item.get("id")
183
+ if reservation_id:
184
+ yield _get_rental_agreement(reservation_id)
185
+
186
+ @dlt.transformer(
187
+ data_from=listings,
188
+ write_disposition="replace",
189
+ name="listing_calendars",
190
+ )
191
+ def listing_calendars(listing_item: TDataItem) -> Iterable[TDataItem]:
192
+ @dlt.defer
193
+ def _get_calendar(lst_id):
194
+ return list(client.fetch_listing_calendar(lst_id))
195
+
196
+ listing_id_val = listing_item.get("id")
197
+ if listing_id_val:
198
+ yield _get_calendar(listing_id_val)
199
+
200
+ @dlt.resource(
201
+ write_disposition="replace",
202
+ name="conversations",
203
+ )
204
+ def conversations() -> Iterable[TDataItem]:
205
+ yield from client.fetch_conversations()
206
+
207
+ @dlt.resource(
208
+ write_disposition="replace",
209
+ name="message_templates",
210
+ )
211
+ def message_templates() -> Iterable[TDataItem]:
212
+ yield from client.fetch_message_templates()
213
+
214
+ @dlt.resource(
215
+ write_disposition="replace",
216
+ name="bed_types",
217
+ )
218
+ def bed_types() -> Iterable[TDataItem]:
219
+ yield from client.fetch_bed_types()
220
+
221
+ @dlt.resource(
222
+ write_disposition="replace",
223
+ name="property_types",
224
+ )
225
+ def property_types() -> Iterable[TDataItem]:
226
+ yield from client.fetch_property_types()
227
+
228
+ @dlt.resource(
229
+ write_disposition="replace",
230
+ name="countries",
231
+ )
232
+ def countries() -> Iterable[TDataItem]:
233
+ yield from client.fetch_countries()
234
+
235
+ @dlt.resource(
236
+ write_disposition="replace",
237
+ name="account_tax_settings",
238
+ )
239
+ def account_tax_settings() -> Iterable[TDataItem]:
240
+ yield from client.fetch_account_tax_settings()
241
+
242
+ @dlt.resource(
243
+ write_disposition="replace",
244
+ name="user_groups",
245
+ )
246
+ def user_groups() -> Iterable[TDataItem]:
247
+ yield from client.fetch_user_groups()
248
+
249
+ @dlt.resource(
250
+ write_disposition="replace",
251
+ name="guest_payment_charges",
252
+ )
253
+ def guest_payment_charges() -> Iterable[TDataItem]:
254
+ yield from client.fetch_guest_payment_charges()
255
+
256
+ @dlt.resource(
257
+ write_disposition="replace",
258
+ name="coupons",
259
+ )
260
+ def coupons() -> Iterable[TDataItem]:
261
+ yield from client.fetch_coupons()
262
+
263
+ @dlt.resource(
264
+ write_disposition="replace",
265
+ name="webhook_reservations",
266
+ )
267
+ def webhook_reservations() -> Iterable[TDataItem]:
268
+ yield from client.fetch_webhook_reservations()
269
+
270
+ @dlt.resource(
271
+ write_disposition="replace",
272
+ name="tasks",
273
+ )
274
+ def tasks() -> Iterable[TDataItem]:
275
+ yield from client.fetch_tasks()
276
+
277
+ return (
278
+ listings,
279
+ listing_fee_settings,
280
+ listing_agreements,
281
+ listing_pricing_settings,
282
+ cancellation_policies,
283
+ cancellation_policies_airbnb,
284
+ cancellation_policies_marriott,
285
+ cancellation_policies_vrbo,
286
+ reservations,
287
+ finance_fields,
288
+ reservation_payment_methods,
289
+ reservation_rental_agreements,
290
+ listing_calendars,
291
+ conversations,
292
+ message_templates,
293
+ bed_types,
294
+ property_types,
295
+ countries,
296
+ account_tax_settings,
297
+ user_groups,
298
+ guest_payment_charges,
299
+ coupons,
300
+ webhook_reservations,
301
+ tasks,
302
+ )