Maximilian Roos

Results 225 issues of Maximilian Roos

If there are multiple steps running when a failure occurs, the latest task to start is reported as the failure reason, rather than the task with `status=FAILURE` ![image](https://user-images.githubusercontent.com/5635139/39158727-bbb347a2-472f-11e8-87d0-1a41edaefa17.png) In the...

Would it be helpful to have an option here that the repo is named the same in GH as GSR? It could check this format if it can't find the...

For example, if someone had an email `[email protected]`, having _any_ `m` in the password is not allowed

help wanted
new-entry

Thanks for the excellent crate! We're using it in https://github.com/prql/prql for integration tests. Something I wanted to highlight was the compilation time of the crate. At the moment, it's responsible...

**Category:** GitLab GKE Application **Type:** - [x] Feature Request --- Is it possible to use IAP with the GitLab app? I made a quick effort, but wasn't able to make...

kind/k8s
needs-triage

Would you take a PR to add the command name to this error message? I find myself forgetting which commands can & can't be used with stdin, and often have...

Currently the initial logs are every ~second. Could we instead implement this as a tqdm "progress bar", albeit without progress? That would be more elegant. We could also have a...

type: feature request
api: bigquery

Currently `from s""` is not allowed. We'd like to make this possible, both for https://github.com/prql/prql/issues/918, and because it's a general & orthogonal language feature. As part of that we can...

language-design
semantic

I've been adding some integration tests to dbt-prql, and unfortunately it doesn't work with the dialects that use double-quotes. That's because: ```elm from in_process = {{ source('salesforce', 'in_process') }} ```...

bug
language-design
integrations

Currently, querying files in DuckDB doesn't quite work without an alias, because: ```elm from products.csv filter supplierID == 1 ``` compiles to: ```sql SELECT products.csv.* FROM products.csv WHERE supplierID =...

bug
semantic
dialects