all, trying to load Salesforce order data into Sno...
# troubleshooting
k
all, trying to load Salesforce order data into Snowflake , here is my config of Tap-salesforce , the run is completing successfully but don't see any rows into Snowflake.!! what I am missing here, as I am able to load the data from Tap_CSV to Snowflake but this one I am not. Please advice,
Copy code
name: tap-salesforce
    variant: meltanolabs
    pip_url: git+<https://github.com/meltanolabs/tap-salesforce.git@v1.5.1>
    config:
      username: <mailto:salesforce@user.com|salesforce@user.com>
      client_id: 999xxx9999
      start_date: '2023-10-12T00:00:00Z'
      streams_to_discover:
        - order
      select: 
        - order.id
        - order.ACCOUNTID
        - order.PRICEBOOK2ID
        - order.ORDERNUMBER
        - order.LASTMODIFIEDDATE
        - order.BUSINESS_ID__C
        - order.SSTATION__INSURANCE_COST__C
v
I haven't used the tap but that start date seems suspicious
k
it's not complaining about the date format, as this format meltano is suggesting.