I have a read access in salesforce account and we would like to explore the data in Salesforce DB.
We have a DWH based on Postgres and would like the schema/tables from Salesforce to be imported into our DWH.Below are the tables that we are interested in.
We are using a third party solution to connect Salesforce and our DWH, While connecting we could access 2 endpoints (Salesforce Reporting & Salesforce Query). I would like to access the Salesforce Query and pull information into our DWH.
The problem I'm facing is , I cannot put "SELECT *" in the query and need to input the COLUMN names separately, But even-though I have searched in Google I didn't find the SCHEMA of the below tables.
Any help or reference, I could get to find the schema(column names) of the below mentioned tables.
Or Is there any other way I could connect and able to find the schema of the Salesforce.
Account
Contact
Opportunity
Case
Lead
Activity (Task/Event)
Sales User
Account Team Member
Partner Role
Contract
Lead
Quote
Asset
Thanks