James Kinley
James Kinley
Allow `KafkaInputConfig` to authenticate over `SASL_SCRAM`. ``` Args sasl-mechanism The authentication mechanism to use: SCRAM-SHA-256 or SCRAM-SHA-512 user SASL user to be used for authentication password SASL password to be...
Allow `KafkaInputConfig` to connect to TLS enabled Kafka clusters. ``` Args tls-enabled Enable TLS for the Kafka API (not necessary if specifying custom certs) tls-cert The certificate to be used...
This PR improves upon the segment analyser tool by adding the ability to: - Process individual log files (not just the entire data directory) - Fully decode record batches and...
Console should provide the ability to change a user's password, without having to delete and recreate the user and their associated ACLs.
Prospect query throws an AttributeError when it attempts to get the results from the response object... https://github.com/mneedham91/PyPardot4/blob/5b26b871b7d4f6385755b2f3737a299509659ce1/pypardot/objects/prospects.py#L21 ...because the client has set it to the status code (e.g. integer) when...
Exclude `jackson-databind` from shaded .jar as it clashes with Spark's version in Cloudera Runtime 7.1.x. Looking at the dependency tree Spark includes `jackson-databind:2.6.5` whereas Envelope 0.7.2 is including `jackson-databind:2.3.1` as...
The `impala_ddl` task is only able to authenticate with Impala using a keytab file local to the driver process. It would be nice to have the option to use the...