Hi, I am trying to get all properties of hubspot_crm_deals
but when I use the below YAML code I can’t get all of the properties. How should I modify this?
kind: source
spec:
name: "hubspot"
path: cloudquery/hubspot
version: "v1.5.0"
destinations: ["s3"]
tables: ["hubspot_crm_pipelines", "hubspot_crm_deals", "hubspot_crm_contacts"]
spec:
max_requests_per_second: 5
table_options:
hubspot_crm_deals:
properties: []
associations:
- contacts
hubspot_crm_contacts:
properties: []
Any assistance would be greatly appreciated!