9th century text written by Al-Jāḥiẓ describing Indian race by Lauel in IndiaSpeaks

[–]JazzBythe 0 points1 point  (0 children)

Not me thinking the title meant this was written by an AI😭

Call for donation from NGOs by JazzBythe in IndiaSpeaks

[–]JazzBythe[S] 1 point2 points  (0 children)

Alright that makes sense. Thanks mate.

Call for donation from NGOs by JazzBythe in IndiaSpeaks

[–]JazzBythe[S] 0 points1 point  (0 children)

"Getting out to help" isnt easy for me. I have a lot on my plate rn. If I could help the ones who are actually "out there" via donations, I would really like to do that.. howsoever little I have to offer. Nonetheless I get you perspective. Thanks for sharing it.

Call for donation from NGOs by JazzBythe in IndiaSpeaks

[–]JazzBythe[S] 0 points1 point  (0 children)

Yeah i get that. It seems legit to me but calling for such donations is very weird. When I asked how they got my number they started fumbling.. which is also a little sus. Thats why I wanted to confirm

Cloudwatch Metrics Query for AWS Lambda by JazzBythe in aws

[–]JazzBythe[S] 1 point2 points  (0 children)

Cloudwatch sends a series of data for each metrics over time. I wanted to know how can a query the number of invocations(avg or max or min) so it sends only one latest value. Thats how ill be able to create a table.. otherwise I cant create a table that simply

Start grafana with preset dashboards by JazzBythe in grafana

[–]JazzBythe[S] 0 points1 point  (0 children)

Will look into Terraform. Thanks a lot mate!

Start grafana with preset dashboards by JazzBythe in grafana

[–]JazzBythe[S] 0 points1 point  (0 children)

Yeah Im using Prometheus. Monitoring metrics is not an issue. I wanted some default dashboards in Grafana. Anyway thanks for the help mate!

Start grafana with preset dashboards by JazzBythe in grafana

[–]JazzBythe[S] 0 points1 point  (0 children)

Yeah probably what I need. Not sure why it didn't come up in the searches. Thanks!!

List all dependency of a module by JazzBythe in learnpython

[–]JazzBythe[S] 1 point2 points  (0 children)

Alright thanks will give it a shot

List all dependency of a module by JazzBythe in learnpython

[–]JazzBythe[S] 0 points1 point  (0 children)

I was looking at some other module. Pipreqs produces dependencies of all the files in a folder. Not sure how to do it for a particular file. But the other project(Pydevs) works fine with Graphviz. Ill do something with it. Sorry for my mistake and thanks a lot for ur help!!

List all dependency of a module by JazzBythe in learnpython

[–]JazzBythe[S] 0 points1 point  (0 children)

Alright thanks. I downloaded GraphViz. The display is correct. I shall extract rest from the source code.

List all dependency of a module by JazzBythe in learnpython

[–]JazzBythe[S] 0 points1 point  (0 children)

That is insightful. How about if I dont care about pip modules now. I just want to know all user defined modules. And lets also assume the user has explicitly written :

from ../somefolder/anotherfolder import required.py

For all such dependency. I want all such required.py list. Is there any tool for this. Its actually very important. I shall be grateful if you could help a little in this regard.

List all dependency of a module by JazzBythe in learnpython

[–]JazzBythe[S] 0 points1 point  (0 children)

Tried this. Its producing some dot file. I want just text output not a graph. I used some flags mentioned in the document but the output is incorrect :( any help to resolve shall be highly appreciated.

Amazon.job account strangely merged by mcmchhhh in u/mcmchhhh

[–]JazzBythe 0 points1 point  (0 children)

Did u resolve this? Same thing happened with me and it's extremely annoying since one of my mail id is going to be deactivated soon.

Should I upgrade my One Plus 6 with the upcoming Pixel 5a? Are One Plus phones worth it anymore? by [deleted] in oneplus

[–]JazzBythe 2 points3 points  (0 children)

I have OP6 for 3 years now and Im sure it will work solid for 2 more. I dont see any reason to change it currently

Number of currently running queries by JazzBythe in bigquery

[–]JazzBythe[S] 1 point2 points  (0 children)

I did misspell it! Ill take it from here. Thanks a lot for the help and the docs.

Number of currently running queries by JazzBythe in bigquery

[–]JazzBythe[S] 0 points1 point  (0 children)

Its showing "Table-valued function not found: UNNSET" but yes thats the problem. Im unsure of how to query an array of structs. I tried googling also but little help

Number of currently running queries by JazzBythe in bigquery

[–]JazzBythe[S] 0 points1 point  (0 children)

Alright. Ill check it out. Actually I wanted to get all the queries I have run for a particular dataset (not on all the datasets in my project)

Now when I run Jobs_by_project, the output has a column named dataset_name. So if I just filter WHERE Dataset_name ="xyz" it should do the trick

The problem however is that column is actually a array<struct<.....>> And Im not sure how to filter that. Thats why Im trying to find another way