Palash Das

Results 15 issues of Palash Das

This sample sql is not gonna work anymore https://github.com/lyft/amundsendatabuilder/blob/21a763add3c00c34b4f4c2d9809f59e50fb264c8/example/dags/hive_sample_dag.py#L65-L79 ## Expected Behavior It loads the watermarks to neo4j ## Current Behavior query breaks because of incorrect line : https://github.com/lyft/amundsendatabuilder/blob/21a763add3c00c34b4f4c2d9809f59e50fb264c8/example/dags/hive_sample_dag.py#L78 #...

type:bug
help wanted
good first issue
Project: Databuilder
keep fresh

Html tags are not properly rendered Since markdown is superset of html, at least basic html tags needs to be rendered https://github.com/amundsen-io/amundsenfrontendlibrary/pull/535 has missed some part. ## Expected Behavior Markdown...

help wanted
Project: Frontend
keep fresh
status:accepted

##### Issue Type - Bug Report Or - Documentation Report ##### Summary Title is self-explanatory ##### Environment Gocd on docker / k8s ###### Basic environment details Server: gocd/gocd-server:v20.1.0 Agent: gocd/gocd-agent-docker-dind:v20.1.0...

enhancement
artifacts
tasks
no stalebot

### Description Add support for escape sequence ```bhailang hi bhai   bol bhai "mujhe chor do \"mere\" quotes pe"; bye bhai ``` and unicode character support ```bhailang hi bhai   bol bhai...

enhancement
help wanted

The objective of Coral-Spark => View logical plan to spark sql Unfortunately the entrypoint to coral is RelNode which is hard to construct from a view logical plan. I've looked...

I've created this api for a better ORM like solution which works with sqlite_modern_cpp. This api can collect multiple results 1. to a container like (vector, list , ...etc) of...

Basically for server side events and other notification to the browser I'm using "infinite timeout ajax request s" but unfortunately with qhttp its not working. I am storing qhttp::server::QHttpResponse *...

Here is the first gui based example. uStaticServer It can be used as a cdn server.

Currently if we create files using `fallocate -l ` it will create the file but with unwritten extents. This is better than "holes" where no physical blocks are allocated. But...

On mac os I couldn’t achieve the repacking using tar command. This was mainly due to 1. Directories in the archive 2. trailing slashes 3. .DS_Store hidden files Instead of...