Entrace

Directe Entrace integratie voor Snowflake

Koppel je Entrace-data direct aan Snowflake voor een centraal overzicht van je zorgbemiddeling en capaciteitsbeheer. De connector ontsluit gegevens over wachtlijsten en zorgvragen automatisch voor analyse in je eigen omgeving, zonder dat je zelf complexe koppelingen hoeft te bouwen.

Support nodig?
Werk je met onze connector en heb je een probleem?
Open een support ticket

Wat kan de connector?

De Entrace Connector biedt toegang tot een breed scala aan datapunten voor zorglogistiek en bemiddeling

Zorgvraag & Wachtlijstbeheer

Krijg inzicht in actuele zorgvragen, wachtstatussen en monitoringgegevens om de doorstroom te optimaliseren.

Capaciteit & Bezetting

Analyseer de beschikbaarheid van afdelingen en kamers in relatie tot het huidige zorgaanbod.

Cliënt- & Verwijzer informatie

Volg de instroom via verwijzers en beheer cliënt kenmerken en indicaties op een centrale plek.


Beveiliging en Configuratie


Documentation

Documentation Entrace Connector

About Entrace

ENTRACE is een flexibele online werkomgeving voor zorgbemiddeling, wachtlijstbeheer en vraaggericht beheer van zorgcapaciteit. Zowel binnen zorgorganisaties als in (regionale) samenwerkingsverbanden.

Get the Connector in Snowflake

The Entrace connector is for now only available upon request. Contact us directly in order to obtain access to it.

Inserting Credentials

This connector is based on Certificate and Private key authentication. The certificate and key are stored in the cert.pem and key.pem files. To use the connector the data from these files needs to be extracted. When creating a connection in the snowflake interface a pop-up will appear with a username and password field. Insert your certificate string in the username field. Only insert the text between the begin and end as shown below.

-----BEGIN CERTIFICATE----- < insert this part in the username field > -----END CERTIFICATE----- 

For the private key the password field is used. Similarly to the certificate only the text between the begin and end block is required as shown below.

-----BEGIN PRIVATE KEY----- < insert this part in the password field > -----END PRIVATE KEY----- 

Available Endpoints

There is currently no public API documentation.

Endpoint Incremental Ingestion
Aanbod Not supported by Entrace
Acties Not supported by Entrace
Afdelingen Not supported by Entrace
Afdelingkamers Not supported by Entrace
Behandelaren Not supported by Entrace
Bezetting Not supported by Entrace
Classificaties Not supported by Entrace
Clienten Not supported by Entrace
Client notitie acties Not supported by Entrace
Contact moment betreft Not supported by Entrace
Contact moment doelgroepen Not supported by Entrace
Contact moment leeftijden Not supported by Entrace
Contact moment medium Not supported by Entrace
Contact moment plaatsen Not supported by Entrace
Contact moment producten Not supported by Entrace
Contact personen Not supported by Entrace
Contact persoon naar zorgvraag Not supported by Entrace
Doelgroepen Not supported by Entrace
Dossier status log Not supported by Entrace
Exclusie criteria Not supported by Entrace
Huidig werk Not supported by Entrace
Indicatie naar aanbod Not supported by Entrace
Indicatie naar afdeling Not supported by Entrace
Indicatie naar afdelingkamer Not supported by Entrace
Indicaties Not supported by Entrace
Juridische status Not supported by Entrace
Kenmerk naar aanbod Not supported by Entrace
Kenmerk naar afdeling Not supported by Entrace
Kenmerk naar afdelingkamer Not supported by Entrace
Kenmerk naar zorgvraag Not supported by Entrace
Leeftijden Not supported by Entrace
Locaties Not supported by Entrace
Organisaties Not supported by Entrace
Plaatsen Not supported by Entrace
Producten Not supported by Entrace
Redenen verwijderen zorgvraag Not supported by Entrace
Redenen beschikbaarheid Not supported by Entrace
Redenen vertraging Not supported by Entrace
Rederen verwijderen wachtlijst Not supported by Entrace
Verwacht Not supported by Entrace
Verwijderingen zorgvragen Not supported by Entrace
Verwijzerrollen Not supported by Entrace
Verwijzers Not supported by Entrace
Wachtlijst monitoring Not supported by Entrace
Wachtstatus Not supported by Entrace
Zorgkenmerken Not supported by Entrace
Zorgvraag log Not supported by Entrace
Zorgvragen Not supported by Entrace

Need Help?

Did we forget to implement an endpoint that you would like or did you find a bug? If you didn't find your answer in the FAQs, let us know!

If you have an issue, check the known-limitations-and-issues section to see if we are already working on it!

Getting started with our Connectors

Getting Started

How to install a Connector Application

  1. Sign in to your Snowflake account.
  2. Head to the Marketplace section and look for a DDBM Connector Application
  3. Press on the Get button and wait for the installation to complete

How to create a new Connection

  1. Open the installed application (see How to install a Connector Application above). You will land in the Home page.
  2. Head to the Connections page to create a new Connection.
  3. Fill in the Form in the "Manage Connections" section.
  4. Click on the blue button to generate the pre-filled script.
  5. Copy and paste the script into a new Worksheet and execute it completely.
  6. Go back to the app and you will see the new connection appear under the "Current Connections" section.

You can select an endpoint and see if your new Connection has access to it. If you get an error on this point, it means one of the following:

  • The credentials introduced are not valid. In this case, recreate the connection making sure there are no copy-paste errors or obtain a new set of credentials.
  • The credentials introduced do not have access to this specific endpoint. This can probably be fixed by changing the scopes in the setting of the Connector (Personio, Hubspot...) Developer account.

How to create a new Configuration

  1. Head to the Configurations page to create a new Configuration.
  2. Select a previously created Connection (see How to create a new Connection above).
  3. Fill in the form, providing a configuration name of your choice, a target database/schema... (*)
  4. Press the Blue button and you will see the new Configuration appear in the "Current Configurations" section after a few seconds.

With a Configuration created you can already fetch data, although we recommend creating Schedules (see How to create a new Schedule below).

You can also edit Configurations selecting them and changing the form.

(*) If the target database/schema already exist, check the How to use pre-existing databases and schemas below.

How to create a new Schedule

  1. Head to the Schedules page to craete a new Schedule.
  2. Select a previously created Connection and Configuration (see How to create a new Connection/Configuration above).
  3. Fill in the form, providing a schedule name of your choice, whether to use Full Refresh or Incremental jobs and the when to periodically run the job.
  4. Press the Blue button and you will see the new Schedule appear in the "Current Schedules" section after a few seconds.

With a Schedule created, you data will periodically be fetched on the background. You can check the history of past jobs in the Job History page.

How to use pre-existing Databases and Schemas

When creating a Configuration you will have to provide where the fetched data has to be saved in the end. New tables have to be created on a Database and Schema of your choice. If either of these already exist, the application will need some privileges to be able to create tables in them.

Pre-existing Database

Execute the following command:

grant usage, create schema  on database <db_to_use>  to application <app_name>; 

Pre-existing Schema

Execute the previous command and the following one:

grant usage, create table  on schema <db_to_use>.<schema_to_use>  to application <app_name>; 

 

Frequently Asked Questions

Frequently Asked Questions

What is the pricing of your Connectors?

After a Free 7-day Trial, we will only charge:

  • $0.10 per refresh
  • $5 / per million rows ingested

As an example, let's say that you set up a scheduled task during the working days at 7:00 a.m. for your DDBM Exact Connector, and that during each refresh you ingest 2000 rows (only new and updated rows, thanks to our incremental ingestion). In that case, you would only pay $0.55 per week!

Besides that, our applications are built in the Native Snowflake Apps, and, since they run on your own Snowflake instance you will be charged by Snowflake for the warehouse compute cost.

How do I upload data into preexisting databases and schemas?

Configuring a connection to save data on preexisting databases or schemas will throw an error if the privileges were not properly granted to the application.

Solution

Execute the following commands

SQL

-- For preexisting databases grant usage on database <db_to_use> to application <application_name>; grant create schema on database <db_to_use> to application <application_name>;  -- For preexisting databases and schemas grant usage on schema <db_to_use>.<schema_to_use> to application <application_name>; grant create table on schema <db_to_use>.<schema_to_use> to application <application_name>; 

These commands will grant the application permission to see, use and create new tables on preexisting databases and schemas.

What happens if I set up wrong credentials or my task ingestion fails?

We will only charge for data that has actually been fetched and correctly ingested in your account. If all calls to the API return errors, then there will be no cost for that run.

If you have made a mistake with your credentials, simply delete the connection and create a new one with the correct credentials. Make sure to test the connection before setting up the scheduled task and your data will be ready in no time!

Incremental Ingestion vs. Incremental Fetching

  • Incremental Ingestion: All our connectors have an incremental ingestion strategy implemented. When data is fetched from an API (Personio, Active Campaign, Hubspot...) we check the last time it was updated and compare it with the previously saved data in your Snowflake account. If the data in your account is already up to date, we discard the fetched data and you are not charged for it. Not all endpoints provide the information necessary for this check and, in those cases, we ingest the data.
  • Incremental Fetching: Some APIs allow to fetch data given some date and time parameters. In those cases we can fetch only the updated data from the APIs, making the data ingestion process much faster and cheaper. The amount you will be charged is the same as in the Incremental Ingestion process, but it still be much cheaper because the time that the warehouses are running can be much shorter. Not all APIs provide the information necessary for this method and, in those cases, the Incremental Ingestion strategy applies.
Limitations and known issues

Limitations and Known issues

Limitations

Only one task can be configured per connection

For now, only one task can be set up per connection.

Workaround

If you need different refreshing schedules for different endpoints, create different connections with the same credentials (but different endpoint selection, if you wish so) and configure different tasks for them.

Leaving the App / App becoming Idle

Leaving the app during data fetching using the "Fetch Data" button or letting the app idle may cause incomplete data loading.

Workaround

Stay in the app while fetching data or use tasks, which are not affected by this behavior.

Wrong Credentials

  • Limitation: If you enter incorrect credentials in the connection script, the log table may incorrectly show success. This doesn't apply to OAuth authentication, which will report an error.
  • Workaround: Always provide the correct credentials and use the "Test Connection" button to verify before fetching data or setting tasks.
Back to top