-
When using `zio-spark` for writing spark Structured Streaming jobs, I noticed that some APIs are missing in `zio-spark` DataStreamWriter (e.g.: foreachBatch API is missing).
I can use a workaround …
-
### Lambda
example
```
def lambda_handler(event, context):
return {
"statusCode": 200,
"headers": { "Content-Type": "application/json" },
"body": json.dumps({ ... …
-
Hi there, just discovered this interesting project by @pigpeppa that looks promising:
> - Xin26x is an univeral video encoder framework, which can accommodate all video coding standard on this plan…
-
# 🧐 Problem Description
Currently, creating a training dataset with Fast-LLM involves a multi-step, cumbersome process:
1. **Organizing Datasets:** Start with a collection of memory-mapped Megat…
-
**Is your feature request related to a problem? Please describe.**
I'd like to have deployment events reported to Statsd (could be extended to Prometheus) to be able to correlate deploys to metric ch…
-
Testing [this](https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/009/045/GCF_000009045.1_ASM904v1/GCF_000009045.1_ASM904v1_genomic.gtf.gz) GTF file with gffutils and an AttributeStringError exception w…
-
### URL
https://python.langchain.com/v0.2/docs/integrations/tools/
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referri…
-
I used gpt model for indexing but for performing global search using the notebook in the example_notebooks section, I want to use llama3.1 but it is throwing following error:
Below is my code for g…
-
## Description
I've kubeflow spark-operator installed on K8s (GKE), and i'm running a structured streaming job which reads data from kafka .. the job is run every 10 mins.
kubeflow version : 1.1.2…
-
Hi all :wave:
I'm using Spark Structured Streaming to stream from one Hudi table to another Hudi table.
I noticed that when stream started for the first time, each batch was relatively fast, with an…