Skip to content

Conversation

@varunynoox
Copy link


When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector, a smooth certification experience, and your users are happy :)

If this is your first time submitting to GitHub and you need some help, please sign up for this session.

  • I attest that the connector doesn't exist on the Power Platform today. I've verified by checking the pull requests in GitHub and by searching for the connector on the platform or in the documentation.
  • I attest that the connector works and I verified by deploying and testing all the operations.
  • I attest that I have added detailed descriptions for all operations and parameters in the swagger file.
  • I attest that I have added response schemas to my actions, unless the response schema is dynamic.
  • I validated the swagger file, apiDefinition.swagger.json, by running paconn validate command.
  • If this is a certified connector, I confirm that apiProperties.json has a valid brand color and doesn't use an invalid brand color, #007ee5 or #ffffff. If this is an independent publisher connector, I confirm that I am not submitting a connector icon.

If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process:

  • I have named this PR after the pattern of "Connector Name (Independent Publisher)" ex: HubSpot Marketing (Independent Publisher)
  • Within this PR markdown file, I have pasted screenshots that show: 3 unique operations (actions/triggers) working within a Flow. This can be in one flow or part of multiple flows. For each one of those flows, I have pasted in screenshots of the Flow succeeding.
  • Within this PR markdown file, I have pasted in a screenshot from the Test operations section within the Custom Connector UI.
  • If the connector uses OAuth, I have provided detailed steps on how to create an app in the readme.md.

mandy-swinton and others added 30 commits June 3, 2022 21:03
* Initial Commit for Dynatrace connector files

* Updated Dynatrace Connector Readme

* Refined files for Dynatrace Connector to meet submission standards

* Updated Readme

* Updated Contact Name
Co-authored-by: Joeri Onneweer <j.onneweer@gac.nl>
…1699)

* Update Icon brand color

* Change to API Key Authentication

- Changed to API key Authentication
- Added policy to set host

* New Action and fix responses and descriptions

1. New Action Added
2. Updated response objects, these were missing
3. Updated parameter descriptions and summary

* Trying to fix merge errors

Trying to fix merge errors

* Fixed question mark in summary

Fixed question mark in summary

* Fix /api/v1/Individuals response user schema

* Add /api/v1/Customers/{pageNumber} response schema, update title & summary

* Add /api/v1/Individuals/{id}/Customfields response schema

* Fix properties description, visibility, types

* Revert "Add /api/v1/Individuals/{id}/Customfields response schema"

This reverts commit b38badc.

* Update responses Title and Description

* Fix Paconn Validate warnings

* Fix types in OrganizationData model

* Revert "Fix Warnings and types on OrganizationData Model"

* Update apiDefinition.swagger.json

Fix datatype bug and warnings

* Added four new trigger : CommitteeMemberUpdated,PurchaseCancelled,RequestUpdated and EmailUpdated

* Updated ProductPurchased Trigger description and added ref to ProductPurchasedPayload

* Update apiDefinition.swagger.json

fix name for emailAddress property of CustomerRequestPayload

* Added punctuation and spaces between words to descriptions

* Added missing Titles

* Add new actions

- Add new actions
- Fix 'primary' field texts
- Multiple fixes

* Fix "Cancelled" typo

* Remove references to PowerAutomate name

* Update apiDefinition.swagger.json

Fix format for Date type input parameters

* Revert "Fix format for Date type input parameters"

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

I removed the action "List all Organization" since there are internal decisions that are needing to be made.

* Next 5 Actions

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* PR 3

References: (8)
PhoneDataset
PhoneSaveData
EventData
MembershipData
CustomFieldData
CommitteeMemberData
RegistrationData
RelationshipData

Actions: (10)
Get All Events
Get Organization Active Memberships
Get Organization Custom Field Values
Get Committee Information for an Individual
Add Phone to Individual
Get Individual Active Memberships
Get All Event Registrations Information for an Individual
Get Individual's Relationships
Update an Individual Email
Save Relationship for Organization

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

got it to validate successfully, but has warnings of similar paths.

* Update apiDefinition.swagger.json

* Add files via upload

* Delete apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Made changes, waiting for verdict on response schema for Add or Update a list of Custom Fields Per Individual, on whether to keep empty, troubleshoot, or omit from PR

* Update apiDefinition.swagger.json

* Microsoft Pull Request Changes

Indentation changes and Removal of Empty response Schema.

* Update apiDefinition.swagger.json

* Used JSON Beautifier as suggested

* JSON Beautifier to have same format as Microsoft-PR

* Removed Schema

* Update apiDefinition.swagger.json

* PR5

Actions:
Delete an Individual Web Link
Add Web Link for Individual
Add Phone to Organization
Update Phone for an Organization
Update Phone for an Individual
Get a List of All Services of an Organization
Add a Service to an Organization
Find Members (Individuals) by Name
Get a List of Licenses
List All Awards

References:
RelationshipSaveData
ServiceData
LicenseData
AwardData

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Actions:
Get a List of Licenses
Register an Individual for a Free Session
Add Activity to Organization
Get Individual Inactive Memberships
Get List of Active Certications for an Individual
Get List of Active Certications for an Organization
List All Individual Members
Add a New Task
Add Categories for an Individual
Add Notification to Individual
Delete a Category for an Individual
Assign Task to a User
Find member (Individuals) by last name
Find Members (Individuals) by first name
Update User Task Progress or Mark as Completed
Delete Record From Custom Data Table
Get Organization Inactive Memberships
List all Open Customer Request
List of Customer Relationships

References:
RelationshipTypeData
RequestData
UserTaskData
NotificationData
SaveCategoryBasicData
TaskData
TaskSaveData
CertificationData
Activity Data
SessionRegistrationData
LicenseData

* Add Customer.CustomFieldValueUpdated trigger

* Add Customer.Merged trigger

* Add Customer.RelationshipUpdated trigger

* Add Customer.PhoneUpdated trigger

* Add Event.Registration.Substituted trigger

* Fix Customer.PhoneUpdated summary

* Add Individual.RequestToBeForgotten trigger

* Add Customer.AddressUpdated trigger

* Add missing space to Customer.PhoneUpdated summary

* Add Individual.Deleted trigger

* Reorder trigger, refactor IndividualCreated parameters, fix Customer.AddressUpdated operation id

* Remove enum options, make text styles consistent

* Update apiDefinition.swagger.json

Fix typo

* Remove empty schemas, remove filters from webhooks that don't use them

* Removed Blank Schema- Microsoft PR

* PR 7

Add Category to an Organization
Add Customer Request
Update Customner Request
Delete a Category for an Organization
Get a List of All Notifications
List all Exhibits
Change the Password of a User
Get all states by country
Get Membership Stats by City
Get Membership Stats by State
List all Countries
Send Password Reset Link
Update Task by Task Number
Add Activity to Sales Opportunity
Add Note to Sales Opportunity


RequestSaveData
RequestUpdateData
ExhibitData
PasswordData
StateProvinceData
CityData
MembershipStatsStateData
CountryData
BaseNoteData

* Removed 5 actions

Get a List of All Notifications
Change the Password of a User
Get Membership Stats by City
Get Membership Stats by State
Send Password Reset Link

* Update-custom-field-value

* PR  8 items


List Pending User Tasks by User ID or Email
List of Completed User Tasks by User ID or Email
Get Customer Notification Count
Get Rooms
Add Category to an Event Session
Add Presentation Topic to an Event Session
Adds One or More Speakers to a Session or Event
Add Room to Venue
Adds a New Speaker Type
List of All Prospect Lists
Get All Open Orders for an Individual
Get Speakers by Session
Get Speakers by Event
List All Event Cancellations by Event
Get Individual Custom Field Values (add to Update Individual Custom Field Values)
Add Nominee
Add or Update a List of Custom Fields Per Organization
Upload Picture for an Organization
Get Events by Session
Get Purchases for an Individual
List of Merchandise
List of Membership Types
Find Members by Name
Update Picture
Add Exam Scores
Get Course Attendees
List all courses
List Registrants
List of Publications
List of Sponsorships
List of Subcriptions
Get Tracks by Event
Get Event Waitlist
List All Opportunities
List of Exams
List All Exhibitors
Get Presentation Topic by Session
Get a list of All Speaker Types
Add Prospect



ProspectData
ExhibitorData
ExamData
OpportunityData
SubscriptionTypeData
SponsorshipData
PublicationTypeData
RegistrantData
CourseData
CourseAttendeeData
ExamScoreResultData
ExamScoreData
ContactData
MembershipTypeData
MerchandiseData
PurchasedItemData
SessionData
ContactImageData
CustomFieldValueData (add this to Add or Update a List of Custom Fields per Individual____)
CommitteeNomineeSaveData
RegistrantCancellationData
SpeakerData
PayableOrderData
ProspectListData
SpeakerTypeData
SpeakerSaveData
PresentationTopicData
TrackData
RoomData

* Returned missing trigger info

List Pending User Tasks by User ID or Email
List of Completed User Tasks by User ID or Email
Get Customer Notification Count
Get Rooms
Add Category to an Event Session
Add Presentation Topic to an Event Session
Adds One or More Speakers to a Session or Event
Add Room to Venue
Adds a New Speaker Type
List of All Prospect Lists
Get All Open Orders for an Individual
Get Speakers by Session
Get Speakers by Event
List All Event Cancellations by Event
Get Individual Custom Field Values (add to Update Individual Custom Field Values)
Add Nominee
Add or Update a List of Custom Fields Per Organization
Upload Picture for an Organization
Get Events by Session
Get Purchases for an Individual
List of Merchandise
List of Membership Types
Find Members by Name
Update Picture
Add Exam Scores
Get Course Attendees
List all courses
List Registrants
List of Publications
List of Sponsorships
List of Subcriptions
Get Tracks by Event
Get Event Waitlist
List All Opportunities
List of Exams
List All Exhibitors
Get Presentation Topic by Session
Get a list of All Speaker Types
Add Prospect

ProspectData
ExhibitorData
ExamData
OpportunityData
SubscriptionTypeData
SponsorshipData
PublicationTypeData
RegistrantData
CourseData
CourseAttendeeData
ExamScoreResultData
ExamScoreData
ContactData
MembershipTypeData
MerchandiseData
PurchasedItemData
SessionData
ContactImageData
CustomFieldValueData (add this to Add or Update a List of Custom Fields per Individual____)
CommitteeNomineeSaveData
RegistrantCancellationData
SpeakerData
PayableOrderData
ProspectListData
SpeakerTypeData
SpeakerSaveData
PresentationTopicData
TrackData
RoomData

* Changes to PR 8

* Add items and changed $ref

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* IMPX - Add Purchase Paid trigger

* IMPX - Update boolean properties, remove unnecesary required: false, default: false, enum for boolean types

* fix whitespaces in querystrings, add missing parameters to add relationship to individual action, change visibility of some internal parameters

* update date formats

* fix education credits format and description

Co-authored-by: William Llanos <williama.llanos@hotmail.com>
Co-authored-by: Fabio Vides F <11657124+fdjvf@users.noreply.github.com>
Co-authored-by: Fabio Vides F <fabio.vides@outlook.com>
Co-authored-by: Fabio Vides F <fvides@impexium.com>
Co-authored-by: jokano12 <83984082+jokano12@users.noreply.github.com>
Co-authored-by: jokano12 <jokano@optimumcs.com>
* Short URL v2

* Update m-ms-connector-metadata categories
* updating PDF4me connect swagger

* updating PDF4me Connect swagger

* PDF4me Connnect- removing unnecessary space

* Adding new actions in PDF4me Connect

* Updating PDF4me Connect app version

* updating PDF4me and PDF4me Connect swagger

* updating PDF4me contact and connector metadata
* Add files via upload

* Update apiProperties.json

Modifying the apiProperties to remove sensitive information.

* Making changes per msft feedback

* Making changes per PR feedback

* Modifying the readme file per template.
* Azure Communication Services Identity (Certified Connector)

* Resolve comments

* Minor case sensitivity issue

* Update UI strings

* Update UI strings

* Update UI strings

* address certification comments

* address certification comments
#1700)

* Added ownerside participant, added GetContract action, expanded contract model, bug fixes

* restoring apiProperties.json to correct version

Co-authored-by: Dmytro Klieshchov <dmitry.sigma@oneflow.com>
* connector updates v1.1.5

* PR fixes
* Strava (Independent Publisher)

* Strava (Independent Publisher)

* Strava (Independent Publisher)

* Updated Readme, swagger and apiProperties
* Philips HUE (Independent Publisher)

* Philips HUE (Independent Publisher)
* Azure Communication Services Email (Certified Connector)

* Update UI strings

* address certification comments

* address certification comments

* Resolve comments
* Azure Communication Services Chat (Certified Connector)

* Add missing operations in README

* address certification comments

* Resolve comments

* Change icon brand color
* Update apiDefinition.swagger.json

New actions for update document, create + update dossier

* Update README.md

New actions for update document and create + update dossier

* description correction

* Update apiProperties.json

Tooltip correction

* Update apiDefinition.swagger.json

indentation fix

* Update apiDefinition.swagger.json

more responses
* added Zvanu Parvaldnieks

* fixed voicemail triggerConfig

* fixed record_id param

* fixed group by id type

* fixed dial response

* fixed summaries

* fixed swagger issues

* created readme from template

* fixed grammar

* fixed polling trigger policy titles
…m template, list recipients) (#1725)

* New schema changs for connec 2.0 json sim

* Update model to recognize Connect SIM 2.0 format

* add custom fields to the webhook response model

* Update webhook response transformation logic for connect 2.0 json sim format

* Add sender info in the parsed fields of Connect

* Disable navigation items from showing as part of available fields

* FLOW-154: Envelope Status is missing in Send Envelope using template custom action

* FLOW-155: The List recipients and Remove Recipient custom action does not pull the envelopes when a folder is selected

* Undo changes to the visibility of parent elements in connect response
* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3, reversing
changes made to cb09486.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb09486, reversing
changes made to dc26e8a.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086e.

* Add files via upload
* Create readme.md

* RegEx Matching (Independent Publisher)

Uploaded apiProperties.json and apiDefinition.swagger.json

* Update readme.md

Added section for limitations and exclusions

* Update apiDefinition.swagger.json

Added new actions

* Screenshot files added from Power Automate

Added five screenshot files from Power Automate using this connector.

* Add screenshot files upload

* Screenshot from test operations

Screenshot from Test operations section of custom connector UI

* Update apiDefinition.swagger.json

Removed starting whitespace from propertyValue for Category and changed description of 200 response to "request processed OK"

* Update readme.md

Added section on obtaining credentials and general formatting

* Added new directory

* Add files via upload

Added images in its own directory

* Delete Screenshot_RegEx_ActionList.PNG

File has been re-uploaded to a sub-directory

* Delete .gitkeep

* Delete Screenshot_RegEx_CreateFlow_001.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_CreateFlow_002.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_CreateFlow_003.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_SuccessResult_001.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_SuccessResult_002.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_SuccessResult_003.PNG

File has been re-uploaded to a sub-directory

* Delete Screenshot_RegEx_TestCLI.PNG

File has been re-uploaded to a sub-directory

* Update readme.md

Updated to match the template

* Delete independent-publisher-connectors/Proposal - RegEx Matching (Independent Publisher)/Images directory

* Create readme.md

* Create apiProperties.json

* Create apiDefinition.swagger.json

* Delete independent-publisher-connectors/Proposal - RegEx Matching (Independent Publisher) directory

* Create readme.md

* Create apiProperties.json

* Create apiDefinition.swagger.json

* Delete independent-publisher-connectors/RegEx Matching (Independent Publisher) directory
CiresonOps and others added 27 commits September 12, 2022 21:26
* connector artifacts

initial commit of connector artifacts

* iconbrandcolor

replacing default color per pull request guidelines

* Swagger and Change Validation

updating swagger per issues identified in validation phase

* property names, values, grammar

updating per recent microsoft pull request notes around property names having proper casing, grammar, and correct values in the case of the privacy policy property.
- the definied securityDefinitions caused the issue that the authorization header was not added to the requests resulting in 401 unauthorized results
* phase2 changes

* Changes made as per microsoft feedback
* Added UiPath Orchestrator Connector

* Corrections to be inline with coding standards.

* Made strategy a hidden but required field.
* Add Tesseron ASM Basic Data

* Update name apiDefinition.swagger

* Requested Changes

Co-authored-by: developmentLL <developmentq@llnet.de>
* Added UiPath Orchestrator Connector

* Corrections to be inline with coding standards.

* Made strategy a hidden but required field.

* Update iconBrandColor & runtime Urls

* Update iconBrandColor & runtime Urls

* Reverted back to cloud urls
* Fantasy Premier League initial commit

Initial commit

* Added new line to json files

* Modified swagger namings

* Removed apostrophes from names

* updated params with x-ms-summary, description and x-ms-encoding

* Changed default responses to correct response code

* x-ms-connector-metadata added

* Updated descriptions, missing titles, unicode elements, apiproperties naming and readme publisher
* Proposal - Connpass (Independent Publisher)

* [edit] apiDefinition.swagger.json

* [edit] apiDefinition.swagger.json
* Added UiPath Orchestrator Connector

* Corrections to be inline with coding standards.

* Made strategy a hidden but required field.

* Update iconBrandColor & runtime Urls

* Update iconBrandColor & runtime Urls

* Reverted back to cloud urls

* Updated to staging urls for Microsoft review.
* Add Zippydoc custom connector

* Move Zippydoc connector to certified-connectors dir

* Remove Zippydoc connector from independent-publisher-connectors dir

* Fill in empty titles and update response schemas

* Format readme.md in accordance with the template

* Update description

* Update request body parameters in 'Upload Table' action
* Updated connector for Cloud BOT

* Updated readme

* Updated apiDefinition.swagger.json
Added missing session enrollment type option
#18599
* Updated iconBrandColor in apiProperties.json

* Updated API Swagger Definition file

* Updated swagger and readme file

* updates in swagger and readme

* swagger and readme update

Co-authored-by: MohsinAQ <90461565+MohsinAQ@users.noreply.github.com>
- user has to select region before OAuth sign-in process with Meisterplan starts
- use region connection parameter to navigate to the Meisterplan API Gateway
- remove script that did the redirect to the API Gateway before
- remove all security properties from swagger file. This may fix the issue that the authorization header is not send with the request
* BiG EVAL Connector added

* brand-color modified

* Readme completed and title-tags filled as required by the review.

* reserved words removed
* new file:   certified-connectors/N-able Cloud User Hub/apiDefinition.swagger.json
new file:   certified-connectors/N-able Cloud User Hub/apiProperties.json
new file:   certified-connectors/N-able Cloud User Hub/readme.md

N-able Cloud User Hub first publish

* Add certified-connectors/N-able Cloud User Hub/readme.md

* Resolve PR review comments

Co-authored-by: Vincent Mejan <v.mejan@spinpanel.com>
Co-authored-by: Siek <stephan.siek@gmail.com>
* FLOW-78: Support for adding recipient type in the add recipient action

* add core required param for add recipient - param name : custom fields

* Add custom fields to recipient

* Support setting core params for all signer types

* Support for inperson signer recipient type

* Update response to fit schema for in person signer

* New schema changs for connec 2.0 json sim

* Update model to recognize Connect SIM 2.0 format

* add custom fields to the webhook response model

* Update webhook response transformation logic for connect 2.0 json sim format

* FLOW-133: Support recipient types Agent, CC, Certified Delivery, Editor & Intermediary

* Add recipient step has following 2 changes.
* Remove custom fields
* Update dropdown labels to match with NDSE

* FLOW-136: Support witness recipient type

* FLOW-84: Create envelope from template expects input for body when no recipients are specified
Instead, present the user with option to add recipient name, email

* Tag the recipient id field returned by add recipient step "important" , so that it shows in the UI output

* In case recipient roles are not specified in the template, request "Email subject" and "Email body" from the user

* Fix whitespaces

* Make the connect trigger changes backward compatible using versioning

* Keep the previous version of operation id the same for create envelope using template action

* Update name for send envelope using template

* Add custom fields to "create envelope using template" FLOW action

* Extract parsing custom fields to a separate method

* Use a prefix to differentiate between text custom field and list custom field

* FLOW-159: enable user to set label for tabs, in the add recipient tabs step

* FLOW-180: Version "add recipient to an envelope" action

* Remove duplicated method

* FLOW-184: Support adding list custom fields for "create envelope using template" and "create envelope" actions
List custom fields shows up as an enum

* FLOW-168: list custom fields missing in the connect response

* Rename custom fields variable name

* Fix merge conflicts

* Move the login information code block to where it was

* FLOW-200: IDV Workflow IDV is a mandatory field but flow saving without selecting Workflow IDV

* Throw 400 BadRequest instead of InternalException to make the flow fail fast in case of user error

* shorten the custom field suffix to allow for longer field names

* Fix setting up phone authentication

* FLOW-213: Merge sms related code changes from Angel

* Change the field type of country code and phone number to integer
* Initial commit.

* Made changes to swagger and README

Co-authored-by: tarynsnell <tsnell@realdataconsulting.com>
* connector artifacts

initial commit of connector artifacts

* iconbrandcolor

replacing default color per pull request guidelines

* Swagger and Change Validation

updating swagger per issues identified in validation phase

* property names, values, grammar

updating per recent microsoft pull request notes around property names having proper casing, grammar, and correct values in the case of the privacy policy property.

* iconBrandColor

updating brand color
* GitLab (Independent Publisher)

Added support triggering pipelines, creating a pipeline trigger, linking a runner to a project, and updating a merge request.

* GitLab (Independent Publisher)

Fixed swagger issues

* GitLab (Independent Publisher)

Updated summaries

* GitLab (Independent Publisher)

Removed warnings
* Add files via upload

* Update apiDefinition.swagger.json
* initial commit

* initial commit

* addresed the review comments.

* Add reusable parameter and issue fix in the api definition

* addresed the review comments.

* addresed the review comments.

* addresed the review comments.

* addresed the review comments.

Co-authored-by: Austin Wu <wuaustin@microsoft.com>
* Open Sourcing Connector files

* Address all comments by @v-EgorKozhadei
@varunynoox varunynoox merged commit 8a5e45d into pdf4me:master Sep 29, 2022
chandraarora pushed a commit that referenced this pull request Oct 17, 2024
* - First pass at getting all partitions. Still needs a few parameters setup so the code is currently broken. WIP.

* Update script.csx

Convert all partitions, not just the first one.

* Update script.csx

Fix placeholders of querystring params that need gotten/set for fetching subsequent partitions.

* Update script.csx

Fix syntax errors to ensure that isn't why connector upload is failing.

* Update script.csx

Fix more compilation errors.

* Update script.csx

Wanted a record of the fact that these changes are still returning subsequent partitions in array format, despite literally every response being converted.

Is there maybe some sort of caching of the connector behavior, because it seems like I can't ever get the behavior of my data flow to change at all...

* Update script.csx

This version of the connector is the most complete example that can successfully be uploaded as a custom connector.

Yet I still can't get the behavior to change no matter what code changes I make.

* Issue #5 - Null detection and Type Conversion Error (#1)

* Update script.csx

- Fix null detection.

* Fix issue with null handling in Snowflake connector

---------

Co-authored-by: jbrinkman <github@brinkman.me>

* Update apiDefinition.swagger.json

- This version of the swaggerjson SHOULD be working, but we are seeing the DataSchema object being flattened out once uploaded to customer connector.

* array data for DataSchema

Got the swagger right (was really the code was had checked in before with just a little cleanup.

The custom connector is now failing due to internal server error so we need to find a way to use the test page in powerapps online, despite the fact that it doesn't really handle array data very well. Possibly specifying the raw body data might be a workaround.

* Update script.csx

- Last few tweaks to get the customer connector to return subsequent partitions in pre-converted format.

* Add version information into readme documentation

* cleanup endpoints

- extra body element is required. Caused a whole mess of issues.
- change DataSchema to required and deprecate or delete unused endpoints as needed.
- Remove fetchAllPages feature and separate into its own branch.

* Code cleanup.

- Make log messages more accurate.
- Remove last remnant of fetchAllPartitions.

* code cleanup

* more minor code cleanup

* intermediate check in

- The code is acting absolutely insane and returning GetResults method as just a single property "Data" formatted as array. Since this is the 0 partition it should include metadata.
- The interface is also not showing the partition parameter for the execsql method, so something is borked.

* GetResults partition zero fixed

- This was a very subtle issue related to the fact that when you call GetResults operation for partition zero you have no request body, so it cannot be parsed as json.
- Change the response of execstmt async to match the schema of the sync version b/c the powerapps ui does not seem to be able to deal with the fact that async/sync have different response formats respectively.

* SPC-36: Handle unexpected async responses better (#5)

* Update script.csx

- Fix async detection based on response code instead of request params, b/c apparently snowflake API can decide to return an async response if a synchronous response takes too long to return.

* Fix typo in script.csx

"BeginFetch" misspelled

---------

Co-authored-by: Joseph Brinkman <github@brinkman.me>

* SPC-39: MULTI_STATEMENT_COUNT parameter was being ignored (#6)

* Update apiDefinition.swagger.json

- change parameter name case to match snowflake docs exactly

* add StatementHandles

Map new response property for multi-statement handling.

* Apply mappings to GetResults

Same statementHandles mapping that was previously added to ExecSql was applied to GetResults to support Async

* Remove async fixes

These changes are already in dev branch, it was just a temporary change for debugging.

* GetResults schema (#7)

Innacurate schema was causing compilation issues in the power apps. Better to leave it as a untyped object since the schema is dynamic.

* - Parse Object/Array types (#8)

They were represented as a string before.

* Document limitations per my experience. (#9)

* Document limitations per my experience.

* - Tweak readme

* Update language limitations in the Readme documentation.

---------

Co-authored-by: jbrinkman <github@brinkman.me>

* openapi spec validation errors (#10)

I was able to type the untyped objects, but a lot of those openapi spec validation errors are inherent to the fact that the snowflake api routes are technically all partial matches for eachother since the exec stmt path is "/"

* Updated version history

* Fix typo

---------

Co-authored-by: TobinWritesCode <tobin.chee@improving.com>
chandraarora pushed a commit that referenced this pull request Sep 18, 2025
…imary Key, fix datasets metadata (microsoft#3940)

* FLOW-4100 Improve detecting of table primary key (#4)

* FLOW-4393 Provide versioning and version identification for Power Apps Connector (#6)

* Add Versioning

* fix build

* FLOW-4102 Fix datasets metadata endpoint to return correct values (#7)

* Bump Snowflake Connector version 2.2.0 (#8)

* Snowflake V2 Add apidefinition contact and categories

---------

Co-authored-by: Piotr Zalas <127133187+sfc-gh-pzalas@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.