Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Add validation for primary_key in model ActiveRecord #73

Open
afthabvp opened this issue Apr 23, 2024 · 0 comments
Open

[BUG]: Add validation for primary_key in model ActiveRecord #73

afthabvp opened this issue Apr 23, 2024 · 0 comments

Comments

@afthabvp
Copy link
Collaborator

afthabvp commented Apr 23, 2024

validation for the primary key in the ActiveRecord model involves checking if the primary key exists for the source connector

model create payload

{
  "model": {
    "connector_id": 25,       // Replace with the appropriate connector_id
    "name": "users",          // Replace with the desired model name
    "query": "SELECT Id,User.Username, RecordType.Name, Account.AccountNumber, Account.OnboardedAccountNumber__c, PlannedVisitStartTime, PlannedVisitEndTime FROM Visit",  // Replace with the desired query
    "query_type": "soql",     // Replace with the desired query type
    "primary_key": "Id"
  }
}
arp99 pushed a commit to arp99/multiwoven that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant