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.

Please note that we are experiencing a significant delay due to a high volume of connector submissions. It may take 1-2 weeks for us to provide comments for your connector.

  • 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.

kostadin-kanbanize and others added 30 commits April 28, 2022 10:53
* Initial revision

* Update brand color

* Add status codes to responses with strict schema. Updated description and categories. Fixed indents.

* Updated description and categories.

* change brand color to #d2d2d2

* Added support for dynamic host url handling.

* Added support for dynamic host url handling.

* Added support for dynamic host url handling.

* Kanbanize 1.4

Added 7 new actions and one general trigger:
* `Delete Card`: Delete a card.
* `Block or Unblock Card`: Block, unblock or edit block reasons for a card.
* `Archive Card`: Move card to archive. The card must be not be blocked and it must be in column Done or in column Archive.
* `Get Card By ID`: Get card by its ID.
* `Get All Cards`: Get all cards from given board.
* `Get Workflows`: Get all workflows from a given board.
* `Delete Webhook`: Used internally.

Trigger:
* `General Trigger`: Triggers for any action on the board.

* fix for required x-ms-summary

* Added x-ms-summary to workflows board ID

* 7 new actions and one trigger

Added 7 new actions and one general trigger:
* `Delete Card`: Delete a card.
* `Block or Unblock Card`: Block, unblock or edit block reasons for a card.
* `Archive Card`: Move card to archive. The card must be not be blocked and it must be in column Done or in column Archive.
* `Get Card By ID`: Get card by its ID.
* `Get All Cards`: Get all cards from given board.
* `Get Workflows`: Get all workflows from a given board.
* `Delete Webhook`: Used internally.

Trigger:
* `General Trigger`: Triggers for any action on the board.

* Added x-ms-summary to parameters

* text changes

* parameters changes

description and x-ms-summary added to HTTP_KANBANIZE_INTEGRATION

Co-authored-by: Dimitar Karaivanov <dimitar@mail-kanbanize.com>
Co-authored-by: dimitar-kanbanize <73691607+dimitar-kanbanize@users.noreply.github.com>
* TuxMailer (Non-Microsoft Publisher)

* TuxMailer (Non-Microsoft Publisher)

* TuxMailer (Non-Microsoft Publisher)

* updated iconBrandColor as per logo

Co-authored-by: rahil1793 <rahil.codeberry@gmail.com>
* Initial definition for Clockify.

* Updated files (improved summary documentation to assist users)

* Fixed publisher

* fixed description default and grammatical errors

Co-authored-by: Nirmal <nirmal_kumar@live.in>
* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

* Added measure endpoints

* Measures endpoints

* All API's done

Refinement stage

* formatted json

* Added readme and fixed summary titles

* formatted readme

* formatted readme

* Initial PR commit

* Update props

* Formatting fixes

* Fix for empty schema for flat file endpoint

* Initial build

* Readme and function name fix

* Data type fix

* Updated readme

as per feedback #1526 (review)

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

* Added measure endpoints

* Measures endpoints

* All API's done

Refinement stage

* formatted json

* Added readme and fixed summary titles

* formatted readme

* formatted readme

* Initial PR commit

* Update props

* Formatting fixes

* Fix for empty schema for flat file endpoint

* Initial build

* Fixed Readme as per feedback

#1525 (comment)

* fixed spelling errors

* grammar fixes

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

* initial Commit

* Commit

* In progress

* updates

* FInished optimising swagger

* Finalising for PR

* Updated readme

* Passed validation

* Updated Readme

* Final for PR

* Fixed quality issues

as per #1460 (review)

* Grammar fixes

* Fix definition issue with monthly station data

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
…nector (#1459)

* Add a new action to connector

Add new action to icanhazdadjoke connector. Fetch a joke by Joke ID

* Response type changed
* Add files via upload

* Update title

* Update readme.md

* Update apiDefinition.swagger.json
* Initial commit - CheckVAT

* Implement GOV.UK connector

* Rebranding due to existing connector

* Add example
* Telegram Init

* Swagger for telegram bot updated

* contact added to swagger

* Readme updated

* Edited after paccon validate
* Shopify Admin Content Connector

* Update apiProperties.json

* Made changes as per the comments.

* Updated publisher

* Updated URL values

Updated authorization, tokenUrl and refreshUrl to generic URLs which will anyways be set by the policy template to set Host URL.

* Updated URL values

* Add some valid descriptions

* Created Shopify Admin Content Connector

* Removed the other connector files

* Created QuickBooks Online Accounting Connector

* Delete independent-publisher-connectors/QuickBooks Online Accounting directory

* Add files via upload

* Added  Rebrandly Connector

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json
…er) (#1522)

* Make the GetBoards operation visible

* Add new "Share board" operation
* certify-connector

HubSpot CRM, CMS, and Marketing connectors

* certify-connector

Xero Accounting and Payroll connectors

* Revert "certify-connector"

This reverts commit 5fb06db.

* Revert "certify-connector"

This reverts commit 160b208.

* certify-connector

* certify-connector

* certify-connector

* Update apiDefinition.swagger.json

Fixed description

* Update apiDefinition.swagger.json

Cut to below 500

* Update apiDefinition.swagger.json

Cut to below 500.

* Delete icon.png

* Delete settings.json

* Update apiDefinition.swagger.json

* Delete independent-publisher-connectors/HubSpot CMS directory

* Delete independent-publisher-connectors/HubSpot CRM directory

* Delete independent-publisher-connectors/HubSpot Marketing directory

* Delete independent-publisher-connectors/Xero Accounting directory

* Delete independent-publisher-connectors/Xero Payroll - UK directory

* Delete independent-publisher-connectors/Xero Projects directory

* Include iconBrandColor #da3b01 for IP

* Include iconBrandColor #da3b01 in best practices

* Rename README.template.md to readme.md

* Add templates for IP

* Fix typo

* Add files via upload

* Delete Google Cloud Translation directory

* Add files via upload
* certify-connector

HubSpot CRM, CMS, and Marketing connectors

* certify-connector

Xero Accounting and Payroll connectors

* Revert "certify-connector"

This reverts commit 5fb06db.

* Revert "certify-connector"

This reverts commit 160b208.

* certify-connector

* certify-connector

* certify-connector

* Update apiDefinition.swagger.json

Fixed description

* Update apiDefinition.swagger.json

Cut to below 500

* Update apiDefinition.swagger.json

Cut to below 500.

* Delete icon.png

* Delete settings.json

* Update apiDefinition.swagger.json

* Delete independent-publisher-connectors/HubSpot CMS directory

* Delete independent-publisher-connectors/HubSpot CRM directory

* Delete independent-publisher-connectors/HubSpot Marketing directory

* Delete independent-publisher-connectors/Xero Accounting directory

* Delete independent-publisher-connectors/Xero Payroll - UK directory

* Delete independent-publisher-connectors/Xero Projects directory

* Include iconBrandColor #da3b01 for IP

* Include iconBrandColor #da3b01 in best practices

* Rename README.template.md to readme.md

* Add templates for IP

* Fix typo

* Add files via upload

* Delete Google Cloud Translation directory

* Add files via upload
* certify-connector

HubSpot CRM, CMS, and Marketing connectors

* certify-connector

Xero Accounting and Payroll connectors

* Revert "certify-connector"

This reverts commit 5fb06db.

* Revert "certify-connector"

This reverts commit 160b208.

* certify-connector

* certify-connector

* certify-connector

* Update apiDefinition.swagger.json

Fixed description

* Update apiDefinition.swagger.json

Cut to below 500

* Update apiDefinition.swagger.json

Cut to below 500.

* Delete icon.png

* Delete settings.json

* Update apiDefinition.swagger.json

* Delete independent-publisher-connectors/HubSpot CMS directory

* Delete independent-publisher-connectors/HubSpot CRM directory

* Delete independent-publisher-connectors/HubSpot Marketing directory

* Delete independent-publisher-connectors/Xero Accounting directory

* Delete independent-publisher-connectors/Xero Payroll - UK directory

* Delete independent-publisher-connectors/Xero Projects directory

* Add files via upload

* Added stackOwner

* Remove unicode and HTML tags

* Removed additional unicodes

* Updated host

* Update apiDefinition.swagger.json

* Update host
* Add files via upload

* Update apiDefinition.swagger.json
* Add files via upload

* Fix typo
* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

* Added measure endpoints

* Measures endpoints

* All API's done

Refinement stage

* formatted json

* Added readme and fixed summary titles

* formatted readme

* formatted readme

* Initial PR commit

* Update props

* Formatting fixes

* Fix for empty schema for flat file endpoint

* Reserving this API

* Initial commit

* Ready for eval and tested

* Update readme.md

* Fixed schema data type issue with water

* Revert "Fixed schema data type issue with water"

This reverts commit 99d7fc7.

* Fixed water schema data type issue

* v1.1

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
* certify cyberday connector

* Fix typo

* Add missing readme sections

* Fix AddSystem response structure
* Add files via upload

* Add files via upload

* Update apiProperties.json

Change iconBrandColor

* Update apiDefinition.swagger.json

* Update apiProperties.json

* Update readme.md

* Add files via upload

* Update apiDefinition.swagger.json

Change Unicode characters.

* Update apiProperties.json

Add "StackOwner" manually

* Update Connector with required changes

* Update apiProperties.json

* Add property id to Save Documents
* Expensya Rebranding: Change iconBrandColor

* fixed CustomFields deserialization in Get Expenses

Co-authored-by: Mohamed Chiboub <Mohamed.chiboub@expensya.com>
* initial commit

* Move to correct folder

* Correct issues preventing certification

* Remove unicode characters

* Added intro.md file

* Updated connector file and added intro.md file.

* Update to latest swagger file and add intro.md

* Remove intro.md file and fix icon color

* Forgot # for icon color

* remove intro.md file.

* Delete apiDefinition.swagger.json

* Delete intro.md

* Delete apiProperties.json

* TeamWherx rebrand

* Fixed validation issues

* Update to latest version of connector

* Added publisher

* Added required sections

* Added additional actions, throttling limits

* Fix host URL

* Update to include latest request fixes and fix the polling api endpoints

Co-authored-by: James Armstrong <Intellemerc@users.noreply.github.com>
Co-authored-by: James A <JArmstrong@actsoft.com>
* Added connection artifacts

* Update apiProperties.json

* Updated the properties and name

* Updated readme to new requirements and fixed apidef errors

* Update Readme.md
* Gravty Forms by reenhanced initial release

* Update readme.md for expectations

* Adds Power Form 7

* WooCommerce v1.0 pre-release

* Readme updates for WooCommerce connector

* Title fix: WooCommerce

* url fix

* Includes updates requested by Automattic

* Cannot modify apiProperties

* Implement changes requested by @v-eisljami

* V2.0.0 release WooCommerce plugin

* WooCommerce: Resolves issue with dynamic schema for get request
* Adding a new custom connector - AutomationCenter

* Adding a new certified custom connector - Cognizant Automation Center

* Modified API definition and Readme File as per comment

* modified description

* modified icon color

* fixed icon band color

Co-authored-by: Arulanantham <445781@cognizant.com>
* Added custom connector files for MAQTextAnalytics

* Updated brand color

* Update apiDefinition.swagger.json
* Add Recorded Future Identity Connector

* Reformat apiProperties.json
* Add files for Booking Room Pro connector

* Remove files, wrong branch

* Add files for Booking Room Pro connector

* Fix api properties file

* Move to certified publishers

* Update readme file
* Add files for Booking Room Pro connector

* Remove files, wrong branch

* Add files for Calendar Pro connector

* Move to certified publishers

* Update readme file
matt-lethargic and others added 27 commits May 12, 2022 16:39
* Adding Vonage connector

* Changing brand color

* Adding x-ms-summary

* Expanding on README
Shortening description to fit limits

* Fixing description char limits

* missing descriptions

* Fixing category

Co-authored-by: matt-lethargic <matt-lethargic@gmail.com>
* Add certified-connector/Converter

* Update certified-connectors/Converter

* Converter
- Readme.md
- Schema

* Converter

* Converter

* Converter

* Converter

* Converter

* COnverter

* Converter

* Converter

* COnverter

* Converter

* Converter

* Converter

Co-authored-by: Siek <stephan.siek@gmail.com>
* Created folder and required files for the OpenAI independent connector

* Updated OpenAI json definitions

* Deleted the "engines" action, because it wasn't useful at all and changed the "logprobs" description in the response

* Changed response from default to 200 and added description

* Changed the "Best_of" description

* Renamed file to "apiDefinition.swagger.json"
* Dokobit Improve texts

* Dokobit added remind endopint, updated descriptions & fields

* Update apiDefinition.swagger.json

Included ADOC as available file type and updated action description.

Co-authored-by: Edgaras Pelanis <70586563+epelanis@users.noreply.github.com>
* add pdfcross connector

* fix host at swagger

* fix readme and description in swagger info
* Initial version of the connector

* Add icon 

Add icon

* Remove customParameter values and format json

* Remove icon

* Remove default responses and format json

* Fix array issue in apiDefinition.swagger.json

* Adjust indent size

* Apply indentation to apiDefinition.swagger.json

* Apply indentation to apiProperties.json

* Add customParameters values

A new user who is going to use the Talkdesk Connector must first have a Talkdesk account. Once he has one, he will need to be able to edit the customParameters values and replace {{YourTalkdeskAccount}} with his newly created Talkdesk account name.

* Added fixed values for customParameters

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

Remove empty schemas
* initial commit

submitting connector for certification

* update client id

removing per Microsoft guidelines

* remove resouceURI value

updating per Microsoft guidelines

* remove aad resource id

updating per Microsoft guidlines

* swagger changes

Updating to remove default responses, empty response schemas, empty operations, and adding description values for all properties.

* expand readme

updating per Microsoft guidelines

* delete settings.json

removing per Microsoft guidelines

* delete icon.png

removing per Microsoft guidelines

* remove Comment operation

Empty operation being removed
* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

* Added measure endpoints

* Measures endpoints

* All API's done

Refinement stage

* formatted json

* Added readme and fixed summary titles

* formatted readme

* formatted readme

* Initial PR commit

* Update props

* Formatting fixes

* Fix for empty schema for flat file endpoint

* Initial build

* Initial build

* Readme and function name fix

* Data type fix

* Fixed Readme as per feedback

#1525 (comment)

* Updated readme

as per feedback #1526 (review)

* fixed spelling errors

* grammar fixes

* Reserving this API

* Initial commit

* Ready for eval and tested

* Update readme.md

* Fixed schema data type issue with water

* Revert "Fixed schema data type issue with water"

This reverts commit 99d7fc7.

* Fixed water schema data type issue

* v1.1

* Schema fixes

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
…ct details (#1626)

* init commit finnish bis

* updated name (scandic)

* Fixed contactDeatails value fron integer to string

* Removed unnecessary descriptions and scandic characters

* removed scandic caharacters

* New commit for resolving the changes
fix page param and use param in swagger for #1624
* Add files via upload

* Update title

* Update readme.md

* Update apiDefinition.swagger.json

* Remove Adobe
* Enabled Multi-auth (AAD and ApiKey)

* Update description of siteURL.
* Add certified-connector/Converter

* Update certified-connectors/Converter

* Converter
- Readme.md
- Schema

* Converter

* Converter

* Converter

* Converter

* Converter

* COnverter

* Converter

* Converter

* COnverter

* Converter

* Converter

* Converter

* IconColor

* Converter schema changed

* indentation correction

Co-authored-by: Siek <stephan.siek@gmail.com>
* Fixed response data types

* Base64 encoding in script, Accept and Content-Type headers internal, transactionDataType enum

* Fix indentation, remove unicode characters

Co-authored-by: TSzeredi <TSzeredi@grepton.hu>
* FlowForma V2 prepare connector artifacts

* Update connector by requirements

* Fix reccursion bug

Co-authored-by: Justas Čiapas <justas.ciapas@flowforma.com>
* 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
* [Share-Effect] Added new properties to termstore operations, added document generate features to connector (#1411)

* Update apiDefinition.swagger.json

* merged

* Removed empty value properties

* Update apiDefinition.swagger.json

* Update apiProperties.json

* Update apiDefinition.swagger.json

* Update apiDefinition.swagger.json

* Added new parentTerm property to term operations, document generation feature to connector

A new property has been added to the term creation operations to create a new term under an existing term.
The document generation features has been included into the Power platform connector.

* Update readme.md

* Update apiDefinition.swagger.json

Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local>

* Add Process Street connector

* Getting rid of scriptProperties

* Placing in appropriate folder

* Some adjustments

* Getting rid of _ argument used for paging

Co-authored-by: Rens Braspenning <rensbraspenning@gmail.com>
Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local>
Co-authored-by: Gabriel Piffaretti <piffa@process.st>
* e-sign custom connector first commit

* moved to certified connectors

* added new actions

* issue with boolean

* removed empty hooks

* added triggers, new logo

* e-sign updates

* updated file

* fixed indent

* indent fix

* Update apiDefinition.swagger.json

* undo indent to far

Co-authored-by: Alex Waddelove <alexwaddelove@toms-MacBook-Pro.local>
Co-authored-by: alexwadd <alexwaddelove@live.co.uk>
* init commit finnish bis

* updated name (scandic)

* Fixed contactDeatails value fron integer to string

* Removed unnecessary descriptions and scandic characters

* removed scandic caharacters

* New commit for resolving the changes

* businessIDChanges - change column changed from int to string

* liquidations updated: name -> description
@varunynoox varunynoox merged commit ef87e3a into pdf4me:master May 31, 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.