Posts by Nakano • 15 points
5 posts
-
0
votes1
answer41
viewsQ: How do I send multiple requests to the same URL (same API) in Python?
I’m calling an API that creates table in Hive. I’m developing an automated test script to make 30 requests and be able to create 30 tables in Hive. For this, I put a logic in which the tablename for…
-
0
votes1
answer59
viewsA: How to call function within another function in Python?
I got a solution. I managed to call the function that was in another file (in my case Config.py) and run in this script. So the request returned right. def get_client_id(cls): Config().get_client_id…
-
-3
votes1
answer59
viewsQ: How to call function within another function in Python?
Hey, you guys. I’m new to Python and need to deliver a script of requests Apis. There are three attributes required to request the API (client_id, client_secret and text), and the two "clients" are…
-
0
votes1
answer92
viewsQ: Dropdown button inside a card does not work (Bootstrap/Angular)
Hey, guys! All right? I cannot make the dropdown work and open your options. This button is inside a card that is to be a kind of left sidebar. I got this button on bootstrap. All this code is…
-
0
votes0
answers134
viewsQ: Is it possible to transfer files from a branch to a main branch? (Github)
Hi guys! My question is about Github. I moved files to a branch that is not main, and I want to move to the main branch (main). Is there a command in Git Bash to do this? (In case it would be files…