Mate Valko
Mate Valko
Hey, I haven't even noticed that when I created the WG server and client configs, because of some AD issue, the admin account was using a temporary profile - in...
Hello, Closes #26182 Closes #22151 The current Frappe Data Import only supports standard CSV files, leading to issues when importing data from other *sv file formats (e.g., TSV, semicolon-separated values)....
Hello, I've encountered an issue in Frappe where attempting to upload different *sv file formats (such as CSV, TSV, or files separated by semicolons) through the Data Import Doctype does...
In hungarian reports, we recieved formatting where date is ends with . (2024.04.04.) -> added new date format for DATE_FORMATS array (`r"%Y.%m.%d."`)
[Original Google Announcement](https://workspaceupdates.googleblog.com/2019/12/less-secure-apps-oauth-google-username-password-incorrect.html) As part of its commitment to user safety, Google Workspace has announced the deprecation of the Less Secure Apps (LSAs) sign-in method for third-party apps or devices...
### Description: This pull request introduces a minor update to the `DATE_FORMATS` array in the `frappe/utils/data.py` by adding a new date format `"%Y.%m.%d."` to cater to the specific needs observed...
## Description When using a table with a mix of UUIDs and alphanumeric strings as primary keys, `reladiff` incorrectly assumes all primary keys are UUIDs. This causes the following error...
Hey, Currently we're trying to validate data stored in S3 Parquets, that are exposed via Glue/Athena. Currently, we can download the parquets, load it into duckdb, then use the DuckDB...
**Describe the bug** When using `group_by` using a key which is nullable, it cannot do group_by on None, because of this line in `diff.py` ```python if self.ignore_string_case: clean_key = clean_key.lower()...
Hi MobyDQ maintainers, I'm evaluating MobyDQ for production use in our data quality monitoring pipeline. I notice that the last merged PR was in 2022, and I wanted to understand:...