metacat

metacat-connector-redshift

APACHE-2.0 License

Stars
1.6K

Bot releases are visible (Hide)

metacat - 1.3.0-rc.62

Published by rsyncv about 3 years ago

Metacat 1.3.0 Release Candidate 62

metacat - 1.3.0-rc.61

Published by rsyncv about 3 years ago

Metacat 1.3.0 Release Candidate 61

metacat - 1.3.0-rc.60

Published by ajoymajumdar about 3 years ago

Metacat 1.3.0 Release Candidate 60.

metacat - 1.3.0-rc.59

Published by zcxcasd about 3 years ago

adding back keysets:
For sources using JDBC connector (s3, snowflake, mysql) append partition keys to response.
new table GET response includes set of partition/primary/sort/index keys.

metacat - 1.3.0-rc.58

Published by ajoymajumdar about 3 years ago

Metacat 1.3.0 Release Candidate 58.

metacat - 1.3.0-rc.57

Published by rsyncv about 3 years ago

Fixes a bug where Iceberg commits can get lost when schema updates race with data updates, and add logging for Iceberg commits

metacat - 1.3.0-rc.56

Published by zcxcasd about 3 years ago

For sources using JDBC connector (s3, snowflake, mysql) append partition keys to response.
new table GET response includes set of partition/primary/sort/index keys.
existing clients expecting partition_keys array should not break as it is backwards compatible.

"keys":
{
"partition":
[],
"primary":
[
{
"name": "PRIMARY",
"fields":
[
"id"
]
}
],
"sort":
[],
"index":
[]
},

metacat - 1.3.0-rc.55

Published by ArtfulCoder about 3 years ago

Publish the list of partition ids on TABLE_PARTITION_UPDATE event (PR #449)

  • Adds and deletes are both published.
  • The list of partitions ids does not classify if the updated partition(s) were added or deleted, but either all partitions in the list are added or all are deleted. We can infer whether it was added or deleted using the numCreatedPartitions and numDeletedPartitions values. Only of the values will be non-zero.
metacat - 1.3.0-rc.54

Published by ArtfulCoder over 3 years ago

Avoid wrapping MetacatException (and subclasses) in a new MetacatException.

metacat - 1.3.0-rc.53

Published by ArtfulCoder over 3 years ago

RequestWrapper invokes rate limiter check within try-catch block.

metacat - 1.3.0-rc.52

Published by raveeram over 3 years ago

  • Added a table type metric dimension to requests.
  • Added ability to refresh jdbc connection pools.
metacat - 1.3.0-rc.51

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 51.

metacat - 1.3.0-rc.50

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 50.

metacat - 1.3.0-rc.49

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 49.

metacat - 1.3.0-rc.48

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 48.

metacat - 1.3.0-rc.47

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 47.

metacat - 1.3.0-rc.46

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 46.

metacat - 1.3.0-rc.45

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 45.

metacat - 1.3.0-rc.44

Published by raveeram over 3 years ago

Metacat 1.3.0 Release Candidate 44.

  • Fixes a couple of SQL vulnerabilities in the List Metadata API and the Tag API.
metacat - 1.3.0-rc.43

Published by ajoymajumdar over 3 years ago

Metacat 1.3.0 Release Candidate 43.

Milestone