Lingling

Results 29 issues of Lingling

# Bug Report I noticed that we could not submit manifest as a table if the manifest has mixed integer and float data type. See the issue [here](https://github.com/Sage-Bionetworks/schematic/issues/870) After digging...

Note, if this is a usage question, please ask a question in stackoverflow with `pygsheets` tag. **Describe the bug** `set_dataframe` seems to have the limit of 1,000,000 cells, but Google...

## Context Added HTTP tracing in schematic * added open telemetry and jaeger in schematic code base. Added them as optional dependency * added tracing for `manifest/generate` endpoint ## Examples:...

Added uWSGItop to monitor the health of uWSGI server

## Changelog ### To make API routes production ready: * Change route name of generating a manifest from `/manifest/generate` to `/manifest` * Remove access_token parameter and use header to pass...

This PR is the beginning of creating test cases for API endpoints. (View it [here](https://github.com/Sage-Bionetworks/schematic/issues/620)) I have created two test cases for the following endpoints: **manifest/generate** and **manifest/populate**

**Is your feature request related to a problem? Please describe.** Loren is working on a recurring script that will update the DataFlow manifest. This calls manifest/download, storage/projects, and then storage/project/manifests...

feature

Sometimes great_expectation.yml gets changed, and when I tested uWSGI locally, I would get an error likes this: `uwsgi PermissionError: [Errno 13] Permission denied: '/Users'` It seemed like that great_expectation was...

**Describe the bug** For some reasons, tests in the `develop` branch are failing. Sample log can be found here: https://github.com/Sage-Bionetworks/schematic/actions/runs/4265741322/jobs/7425791711 and here: https://github.com/Sage-Bionetworks/schematic/actions/runs/4265843143/jobs/7425657642 @GiaJordan for awareness **To Reproduce** Steps to...

bug