mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 02:17:21 +00:00
* Fix #22157: Add Drive Service Support to OpenMetadata * Fix #22157: Add Drive Service Support to OpenMetadata * Update generated TypeScript types * Fix tests * Update generated TypeScript types * Fix tests * Tests are passing * Tests are passing * Update generated TypeScript types * Address comments * Update generated TypeScript types * Add sample data and ingestion for drives, directories, spreadsheets, worksheets, files * Fix postgres migrations * Fix postgres tests, optimize queries --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"name": "sample_google_drive",
|
|
"serviceType": "GoogleDrive",
|
|
"connection": {
|
|
"config": {
|
|
"type": "GoogleDrive",
|
|
"credentials": {
|
|
"gcpConfig": {
|
|
"type": "service_account",
|
|
"projectId": "sample-project-id",
|
|
"privateKeyId": "sample-private-key-id",
|
|
"privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDN...\n-----END RSA PRIVATE KEY-----",
|
|
"clientEmail": "sample-sa@sample-project.iam.gserviceaccount.com",
|
|
"clientId": "123456789",
|
|
"authUri": "https://accounts.google.com/o/oauth2/auth",
|
|
"tokenUri": "https://oauth2.googleapis.com/token",
|
|
"authProviderX509CertUrl": "https://www.googleapis.com/oauth2/v1/certs",
|
|
"clientX509CertUrl": "https://www.googleapis.com/robot/v1/metadata/x509/sample-sa%40sample-project.iam.gserviceaccount.com"
|
|
}
|
|
},
|
|
"driveId": "0APBVnJtQ-NLCUk9PVA",
|
|
"includeTeamDrives": true,
|
|
"includeGoogleSheets": true
|
|
}
|
|
}
|
|
} |