You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Prefect](https://prefect.io) is a great platform for building data flows/pipelines. It supports hybrid execution with execution engines running on-premises with
@@ -14,11 +15,11 @@ Prefect UI and CLI to enable authentication/authorization for API. All the reque
14
15
15
16
## Setup
16
17
17
-
This initial implementation uses API Key and MySQL database backend to authenticate and authorize requests.
18
+
This initial implementation uses API Key and MySQL/Postgres database backend to authenticate and authorize requests.
18
19
19
20
### Setup Database
20
21
21
-
This service looks for prefect_api_keys table in MYSQL Database. Please refer to data/db_init.sql for the initial schema and sample data.
22
+
This service looks for prefect_api_keys table in MYSQL/Postgres Database. Please refer to data/`<database>`/db_init.sql for the initial schema and sample data.
22
23
23
24
```sql
24
25
-- create table prefect_api_keys
@@ -58,16 +59,18 @@ The following Environment Variables are available to configure the Proxy service
0 commit comments