-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation: This and that
- Loading branch information
Showing
4 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.idea | ||
.venv* | ||
*.egg-info | ||
build | ||
coverage.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Backlog | ||
|
||
## Iteration +1 | ||
- Unlock configuring dedicated database schema, not just `melty`. | ||
Why doesn't `"crate://crate@localhost/?schema=foo"` work? Confirm this? | ||
- Submit a few patches to `meltanolabs-target-postgres`, about proper | ||
quoting of schema and table names. | ||
- Submit a few other patches to crate-python, in order to clean up here. | ||
- Release v0.0.1 | ||
- Submit registration to Meltano Hub | ||
|
||
## Iteration +2 | ||
- Venerable schema name propagation flaw hits again, but differently? | ||
``` | ||
TypeError: PostgresConnector.get_table_columns() got an unexpected keyword argument 'full_table_name' | ||
``` | ||
|
||
## Obstacles | ||
Upstream some workarounds to crate-python. | ||
- `TypeError: Invalid argument(s) 'json_serializer','json_deserializer' sent to create_engine(), using configuration CrateDialect/QueuePool/Engine. Please check that the keyword arguments are appropriate for this combination of components.` | ||
- `UnsupportedFeatureException[Cannot use columns of type "object" as primary key]` | ||
- `NotImplementedError: Default TypeEngine.as_generic() heuristic method was unsuccessful for crate.client.sqlalchemy.types._ObjectArray. A custom as_generic() method must be implemented for this type class.` | ||
- `sqlalchemy.exc.DBAPIError: (crate.client.exceptions.TimezoneUnawareException) Timezone aware datetime objects are not supported` | ||
- `NotImplementedError: This backend does not support multiple-table criteria within UPDATE` | ||
- `ColumnValidationException[Validation failed for code: Updating a primary key is not supported]` | ||
|
||
## Notes | ||
- Missing `CREATE SCHEMA` is tedious, and currently needs a workaround. | ||
|
||
|
||
## Done | ||
- Document use with CrateDB Cloud. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters