dgcaron

Results 6 issues of dgcaron

following the findings in #912 we should look into adding costs or list them in the free resources for the following resources: ``` azurerm_synapse_integration_runtime_azure azurerm_synapse_integration_runtime_self_hosted azurerm_synapse_linked_service azurerm_synapse_managed_private_endpoint azurerm_synapse_role_assignment azurerm_synapse_sql_pool_extended_auditing_policy azurerm_synapse_sql_pool_security_alert_policy...

new resources
azure
needs details

I would like to be able to connect to the eventhubs using the managed service identity that is connected to my notebook. This removes the need for creating and maintaining...

**Is your feature request related to a problem? Please describe.** for analysis purposes on fields that are anonymized using the encrypt operator, it can be helpfull to have a stable...

in the nodejs/react example the nile server is instantiated in the index.ts file (https://github.com/niledatabase/niledatabase/blob/4b2c07f1b28a3a712cfaecc41f36a60b700ff08d/examples/quickstart/node_react/src/be/app.ts#L8) and then in the middleware the following properties are set: https://github.com/niledatabase/niledatabase/blob/4b2c07f1b28a3a712cfaecc41f36a60b700ff08d/examples/quickstart/node_react/src/be/app.ts#L37 ``` nile.token = getUserToken(req.cookies); nile.userId...

The current way the type_2_scd_generic_upsert function checks for changes in a row involves evaluating each column and this does not yield the expected result. An possible perfomance improvement on this...

### What happened? when you have a graphql schema that contains an Int field for example: ```gql type User { name: string age: Int } ``` and you update the...

bug
cosmos
triage
cri