data-engineering
Here are 643 public repositories matching this topic...
Current behavior
All ShellTask logs are logged at DEBUG level, preventing showing the command output in the UI logs unless the agent's logging threshold is set to DEBUG. But this is undesired for production workloads, as this applies to all log messages
streaming logging for the ShellTask was introduced in #3584
Proposed behavior
change existing stream_logs parameter to `U
-
Updated
Dec 24, 2020
Describe the bug
bare decimals in arithmetic in evaluation parameters cause a parsing error
To Reproduce
Steps to reproduce the behavior:
- Write an expectation with an evaluation parameter that...
- has a
urnand some simple arithmetic with... - a bare decimal value
- execute the expectation and note the parsing failure
downstream_batch.expect_column_mean_to_b-
Updated
Jan 1, 2021 - Go
-
Updated
Dec 29, 2020
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 31, 2020 - Python
-
Updated
Dec 30, 2020 - Jupyter Notebook
-
Updated
Oct 14, 2020 - Jupyter Notebook
-
Updated
Mar 9, 2020 - Python
Current UI is confusing with the order of compare/merge between branches.
Problem description
When I use the function of concatenating multiple columns, I find that it does not handle null values as expected.
This is the current output
df.concatenate_columns(["cat_1","cat_2","cat_3"],"cat",sep=",")| cat_1 | cat_2 |
|---|
if they are not class methods then the method would be invoked for every test and a session would be created for each of those tests.
`class PySparkTest(unittest.TestCase):
@classmethod
def suppress_py4j_logging(cls):
logger = logging.getLogger('py4j')
logger.setLevel(logging.WARN)
@classmethod
def create_testing_pyspark_session(cls):
return Sp
-
Updated
Dec 29, 2020 - R
-
Updated
Mar 5, 2020 - Python
-
Updated
Dec 30, 2020 - CSS
-
Updated
Dec 30, 2020
-
Updated
Nov 29, 2018 - Java
-
Updated
Dec 31, 2020 - TypeScript
-
Updated
Jan 1, 2021 - Java
-
Updated
Apr 20, 2020 - Python
-
Updated
Dec 28, 2020
-
Updated
Nov 16, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Mar 25, 2019
-
Updated
Aug 7, 2019 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Python
-
Updated
Dec 18, 2020 - Python
-
Updated
Dec 28, 2020 - Clojure
Improve this page
Add a description, image, and links to the data-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-engineering topic, visit your repo's landing page and select "manage topics."
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami