Oğuzhan Gür

Results 4 comments of Oğuzhan Gür

@barcahoo Just change __init__.py of config directory: from this: `from config import *` to this: `from .config import *`

@fabclmnt I have faced this bug while working on **timestamp_ntz** data types. If @talgatomarov is uninterested, I can attempt to resolve it for various data types.

@barrettc I think `namespace` parameter of `spark-pi.yaml` should be equivalent to `--set sparkJobNamespace=default` parameter of `helm install`. Hope that solves your problem.

Here are couple of ideas: - Anything that is not a core data concept should be after core concepts. Ex. Anything related to testing should be way after SQL. You...