Evgeniy Sobolev
Evgeniy Sobolev
Is there a way to dynamically get a Spark expression that was used for a certain Check? It will allow to filter the dataframe and quickly find rows with bad...
Can I partition metric data in MetricsRepository in daily partitions? I am not sure whether it will break things if data in MetricsRepository will be partitioned e.g. ``` s3a://bucket/metrics/year=2020/month=9/day=1/supermetrics.json s3a://bucket/metrics/year=2020/month=9/day=2/supermetrics.json...
Hello! I would like to use Redshift provider to grant privileges for in-database machine learning. ``` GRANT CREATE MODEL TO { username [ WITH GRANT OPTION ] | ROLE role_name...
Hello! When using defused xml with `rich` traceback formatter the library always throws a weird error complaining about the type of exception. Everything is ok when using `import xml.etree.cElementTree as...